1.7.7
What's Changed
Various updates and bug-fixes
Updated
-
You can now change the font on the Text widget; the default font style was removed which enables font changes via the constructor by @israel-dryer in #283
-
Refactor floodgauge variable param; this update allows the user to pass in a variable or textvariable object while instantiating the widget instead of using the built-in objects. I also added getters and setters for this properties and moved the existing fields to private.by @israel-dryer in #279
Fixed
- Tableview bug fixes on the delete_row method by @israel-dryer in #292
Full Changelog: v1.7.6...v1.7.7