Fix highlighting of busy days on initialization
Make sure that the monthly view cache is invalidated after the data files are loaded. Signed-off-by: Lukas Fleischer <lfleischer@calcurse.org>
This commit is contained in:
parent
537b2859f2
commit
616c3759a5
@ -620,6 +620,7 @@ int main(int argc, char **argv)
|
||||
wins_update(FLAG_ALL);
|
||||
io_startup_screen(no_data_file);
|
||||
}
|
||||
ui_calendar_monthly_view_cache_set_invalid();
|
||||
do_storage(1);
|
||||
ui_todo_load_items();
|
||||
ui_todo_sel_reset();
|
||||
|
Loading…
x
Reference in New Issue
Block a user