mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 16:18:42 +00:00
Fixed RideSummary refresh when selected ride changes while not visible
Fixes #2170
This commit is contained in:
@@ -247,8 +247,8 @@ RideSummaryWindow::rideSelected()
|
||||
void
|
||||
RideSummaryWindow::rideItemChanged()
|
||||
{
|
||||
// did it really change ?
|
||||
if (!firstload && _connected == myRideItem) return;
|
||||
// did it really change while visible ?
|
||||
if (!firstload && _connected == myRideItem && !isVisible()) return;
|
||||
|
||||
// ignore intervals changed if not set?
|
||||
justloaded = true;
|
||||
|
||||
Reference in New Issue
Block a user