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:
Lukas Fleischer 2016-02-07 14:06:21 +01:00
parent 537b2859f2
commit 616c3759a5

View File

@ -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();