summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--detailview.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/detailview.c b/detailview.c
index 72c4eb6..8292eb7 100644
--- a/detailview.c
+++ b/detailview.c
@@ -261,6 +261,7 @@ bool cDetailView::DrawTime(void) {
int hour = now->tm_hour;
int hourMinutes = hour%12 * 5 + min / 12;
+ watch->Clear();
watch->ClearTokens();
watch->AddIntToken("sec", sec);
watch->AddIntToken("min", min);