IntervalPlot: Hide in Compare mode

This commit is contained in:
Damien
2014-12-28 23:18:16 +01:00
parent 627e9fd71e
commit ce88839674

View File

@@ -887,6 +887,12 @@ AllPlotWindow::compareChanged()
// going to be blank !!
setIsBlank(false);
//
// SETUP INTERVALPLOT FOR COMPARE MODE
//
// No interval plot in compare mode yet
intervalPlot->hide();
//
// SETUP FULLPLOT FOR COMPARE MODE
//
@@ -1130,6 +1136,9 @@ AllPlotWindow::compareChanged()
} else {
if (showInterval->isChecked())
intervalPlot->show();
// reset to normal view?
fullPlot->standard->setVisible(true);