From 017c2bc9c6fc963563a1ec0513db098a86697e68 Mon Sep 17 00:00:00 2001
From: Harry Jeffery <henry.jeffery@stfc.ac.uk>
Date: Mon, 11 May 2015 11:57:58 +0100
Subject: [PATCH] Refs #11710 Ignore sequential fit issue

There's insufficient information available to figure out what the axes
should be when updating the axes text, it can only be done from its
existing location. The positibility of an axis transposition bug in this
context is remote, so we're leaving it in place.
---
 Code/Mantid/MantidPlot/src/Mantid/MantidUI.cpp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Code/Mantid/MantidPlot/src/Mantid/MantidUI.cpp b/Code/Mantid/MantidPlot/src/Mantid/MantidUI.cpp
index 2fd99e8ccb9..5dd11e65181 100644
--- a/Code/Mantid/MantidPlot/src/Mantid/MantidUI.cpp
+++ b/Code/Mantid/MantidPlot/src/Mantid/MantidUI.cpp
@@ -3265,7 +3265,6 @@ void MantidUI::showSequentialPlot(Ui::SequentialFitDialog* ui, MantidQt::MantidW
     MultiLayer* ml = appWindow()->multilayerPlot(t,colNames,ui->cbCurveType->currentIndex());
     // set plot titles
     Graph* g = ml->activeGraph();
-    // THIS SECTION NEEDS TO BE FIXED REF #11710
     if (g)
     {
       if (ui->ckbLogPlot->isChecked())
-- 
GitLab