CustomTkinter
CustomTkinter copied to clipboard
:hammer: Add active state color for button, User Fonts Directory on Linux - #317 , #340
#351 #317
- Implemented Active State Color for Buttons
- Change code from using
is Not
to!=
Hope this helps.
Btw, using is
/ is not
is acceptable when checking against a keyword (e.g. x is True
), since keyword values are unchangeable. In fact, it's preferable to use is
/ is not
in those cases.
Ah alright
#340 Solved with the new recent commit hopefully
@TomSchimansky May you please review this pull request?
Thanks for the pull request, but I will add active color maybe later and then for more widgets.