1.11.1024 #24

Merged
punix merged 13 commits from 1.11.1024 into main 2024-11-10 17:57:58 +01:00
Showing only changes of commit c470783ff2 - Show all commits

View File

@ -1097,7 +1097,7 @@ class MyToolTip(tk.Toplevel):
if not tips: if not tips:
AUTO_CLEAR_TIME = 0 AUTO_CLEAR_TIME = 0
else: else:
AUTO_CLEAR_TIME = 900 # Millisecond. (1/90 sec.) AUTO_CLEAR_TIME = 2000 # Millisecond. (1/200 sec.)
def __init__(self, x_pos, y_pos, message=None, auto_clear=True): def __init__(self, x_pos, y_pos, message=None, auto_clear=True):
self.x_pos = x_pos self.x_pos = x_pos