[issue44243] tkinter button colors on Mac

Tal Einat report at bugs.python.org
Thu May 27 04:30:54 EDT 2021


Tal Einat <taleinat+python at gmail.com> added the comment:

Confirmed on macOS.

This bugs also affects the underlying Tcl/Tk, confirmed with 8.6.11.

To reproduce:

$ wish
% button .b -text START -bg red -fg white
.b
% pack .b

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue44243>
_______________________________________


More information about the Python-bugs-list mailing list