tkd
tkd copied to clipboard
Color methods have been added to widgets that can't use them
Color methods have been added to widgets that can't use them.
For example, the color mixin has been added to the Entry widget but calling setBackgroundColor doesn't change anything while setForegrounfColor does.
Either find a way to make these work or remove them from widgets where there is not support possibly breaking the mixin up to be more focused.