Update status bar sizing when changing date/time display settings

This commit is contained in:
Jonathan G Rennison
2021-06-10 22:12:10 +01:00
parent 8450f0a248
commit 7aa63e9726
4 changed files with 7 additions and 1 deletions

View File

@@ -210,6 +210,9 @@ struct StatusBarWindow : Window {
this->ticker_scroll = TICKER_STOP; // reset ticker ...
this->reminder_timeout.SetInterval(REMINDER_STOP); // ... and reminder
break;
case SBI_REINIT:
this->ReInit();
break;
}
}