mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-15 08:59:55 +00:00
IntervalPlot: Hide in Compare mode
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user