From 4201f264a999f3b3f423991236270eeaaab996bd Mon Sep 17 00:00:00 2001 From: thiswillbeyourgithub Date: Fri, 6 May 2022 16:59:31 +0200 Subject: [PATCH] fix: properly reload screen after stopping alarm --- SleepTk.py | 1 + 1 file changed, 1 insertion(+) diff --git a/SleepTk.py b/SleepTk.py index 992320a..0f7a251 100644 --- a/SleepTk.py +++ b/SleepTk.py @@ -153,6 +153,7 @@ class SleepTkApp(): wasp.system.cancel_alarm(self._WU_t, self._activate_ticks_to_ring) self._disable_tracking() self.__init__() + self.foreground() draw = wasp.watch.drawable draw.set_color(_FONT_COLOR) draw.string("{} to stop".format(_STOP_LIMIT - self._stop_trial), 0, 70)