1.7.5
What's Changed
Lots of updates and bug fixes.
Changed
- Changed the default button binding to use return instead of space (tkinter uses 'space' out-of-the-box to activate a button) by @israel-dryer in #262
- Add scrollbinding to all scrolled descendants; this enables scrolling on nested widget containers by @israel-dryer in #263
- Replaced deprecated resampling method for image resizing by @israel-dryer in #264
- Added disabled check, toggle, radio button styles so that the button selection is obvious even when disabled by @israel-dryer in #266
- Standardized Messagebox alert parameter which was on some methods, but not others; it is now on all static Messagebox methods by @israel-dryer in #268
Fixed
- Initial color now sets the form values in the ColorChooserDialog by @israel-dryer in #269
- Multiple Window instances and deleting a window and recreating will no longer crash the program; I added the master argument to the PhotoImage creation to bind the default icon to the instance by @israel-dryer in #270
Full Changelog: v1.7.4...v1.7.5