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

@@ -17,6 +17,7 @@ enum StatusBarInvalidate {
SBI_SHOW_TICKER, ///< start scrolling news
SBI_SHOW_REMINDER, ///< show a reminder (dot on the right side of the statusbar)
SBI_NEWS_DELETED, ///< abort current news display (active news were deleted)
SBI_REINIT, ///< reinit status bar
SBI_END
};