CustomTkinter icon indicating copy to clipboard operation
CustomTkinter copied to clipboard

:hammer: Add active state color for button, User Fonts Directory on Linux - #317 , #340

Open lmwenda opened this issue 2 years ago • 3 comments

#351 #317

  • Implemented Active State Color for Buttons
  • Change code from using is Not to !=

Hope this helps.

lmwenda avatar Aug 04 '22 11:08 lmwenda

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.

ghost avatar Aug 04 '22 13:08 ghost

Ah alright

lmwenda avatar Aug 04 '22 15:08 lmwenda

#340 Solved with the new recent commit hopefully

lmwenda avatar Aug 06 '22 13:08 lmwenda

@TomSchimansky May you please review this pull request?

lmwenda avatar Aug 29 '22 20:08 lmwenda

Thanks for the pull request, but I will add active color maybe later and then for more widgets.

TomSchimansky avatar Sep 15 '22 16:09 TomSchimansky