Ride Plot Refresh Bug

.. when compare switched off when not visible we need to
   refresh when we become visible
This commit is contained in:
Mark Liversedge
2014-07-05 11:18:05 +01:00
parent 8488f46807
commit 16623eaba0

View File

@@ -737,7 +737,8 @@ void
AllPlotWindow::compareChanged()
{
if (!amVisible()) {
compareStale = true;
if (context->isCompareIntervals) compareStale = true; // switched on
else stale = true; // switched off
return;
}