mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-04-15 05:32:21 +00:00
Clear stale flag when update!
.. last commit missed the critical line of code.
This commit is contained in:
@@ -150,6 +150,7 @@ public:
|
||||
void setMonth(int month, int year) {
|
||||
|
||||
if (stale || this->month != month || this->year != year) {
|
||||
stale = false;
|
||||
this->month = month;
|
||||
this->year = year;
|
||||
refresh();
|
||||
|
||||
Reference in New Issue
Block a user