You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The tk.Spinbox adds automatically a .set() method,
what is super duper, but unfortunately it does not initialise the tk-variable before the .set(1) is called.
Browser & version
Chrome
What happened?
The tk.Spinbox adds automatically a .set() method,
what is super duper, but unfortunately it does not initialise the tk-variable before the .set(1) is called.
This is a new issue