Mausklick und Uhr fixes
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user