[issue33373] Tkinter ttk Label background ignored on MacOS

2018-04-28 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: ttk.Label is just a think wrapper around Tk's ttk::label. If there are problems with setting background on MacOS, it should be reported on the Tk bagtracker. -- resolution: -> third party stage: -> resolved status: open -> closed _

[issue33373] Tkinter ttk Label background ignored on MacOS

2018-04-27 Thread Terry J. Reedy
Terry J. Reedy added the comment: ttk Label backgrounds work fine on Windows and, possibly, Linux (Serhiy?), and even, possibly with tcl/tk 8.6 on macOS (Ned?). tk 8.6 for macOS has gotten several bug fixes. C.D., please download and try out the python.org 3.7.0b3 macOS installer. It inclu