diff options
Diffstat (limited to 'src/date.cpp')
-rw-r--r-- | src/date.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/date.cpp b/src/date.cpp index 16f77be1b..9122b21c8 100644 --- a/src/date.cpp +++ b/src/date.cpp @@ -255,6 +255,9 @@ static void OnNewDay() SetWindowWidgetDirty(WC_STATUS_BAR, 0, 0); EnginesDailyLoop(); + + /* Refresh after possible snowline change */ + SetWindowClassesDirty(WC_TOWN_VIEW); } /** |