Mausklick und Uhr fixes

This commit is contained in:
2025-07-01 14:53:24 +02:00
parent 2992fed56b
commit 0114f25689
2 changed files with 4 additions and 4 deletions

View File

@@ -68,7 +68,7 @@ class Clock(Page):
# mitgerechnet wird. Dafür muß ggf. der Zeichensatz angepaßt werden.
# self.draw_text_center(ctx, 200, 150, ts.strftime("%H:%M:%S"))
ctx.move_to(-30, 200)
ctx.show_text(ts.strftime("%H:%M:%S"))
ctx.show_text(ts.strftime("%-H:%M:%S"))
def draw_timer(self, ctx):
ts = datetime.now()