hide mouse cursor on startup

This commit is contained in:
Stefan Schmidt-Bilkenroth 2021-06-07 13:17:00 +02:00
parent 3eac0cd0ea
commit 45fe6e1e5f
1 changed files with 2 additions and 0 deletions

View File

@ -233,6 +233,8 @@ class MySlideShow(tk.Toplevel):
self.scr_t = 0
self.scr_l = 0
self.font = "Courier 12"
# hide the mouse cursor if not in debug mode
self.config(cursor="none")
#This creates the widget where files are played back
self.player = None