summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/c/fastforge.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/c/fastforge.c b/src/c/fastforge.c
index cb32e28..da74496 100644
--- a/src/c/fastforge.c
+++ b/src/c/fastforge.c
@@ -1034,6 +1034,7 @@ static void history_edit_save_click_handler(ClickRecognizerRef recognizer, void
recompute_streak_data_for_today();
save_all_data();
s_history_edit_dirty = false;
+ refresh_timer_view();
refresh_stats_window_content();
history_menu_reload();
window_stack_remove(s_history_edit_window, true);