summaryrefslogtreecommitdiff
path: root/src/c
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-04-12 15:24:58 +0300
committerPaul Buetow <paul@buetow.org>2026-04-12 15:24:58 +0300
commitc8cd9609904b6b04003934a9888a0eea08cd3eb4 (patch)
treefc73781d8efc65e29ef9d5478bfb0f2939b59365 /src/c
parent8c1daeb550c01a824b1ce7dee46ddc81f03dd471 (diff)
y1: refresh timer after history edits
Diffstat (limited to 'src/c')
-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);