mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-16 09:29:55 +00:00
Ride Plot Refresh Bug
.. when compare switched off when not visible we need to refresh when we become visible
This commit is contained in:
@@ -737,7 +737,8 @@ void
|
||||
AllPlotWindow::compareChanged()
|
||||
{
|
||||
if (!amVisible()) {
|
||||
compareStale = true;
|
||||
if (context->isCompareIntervals) compareStale = true; // switched on
|
||||
else stale = true; // switched off
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user