Message382333
It seems to be some weird internal mismatch. Code modified from https://wiki.tcl-lang.org/page/Tk+differences+on+Mac+OS+X (see following) suggests that dark mode is not enabled for the window (and yet we are getting white foreground colours)
import tkinter as tk
root = tk.Tk()
print(root.tk.call("tk::unsupported::MacWindowStyle", "isdark", "."))
I presume this is a MacOS 11 issue. I will look into raising this with the Tk team. |
|
| Date |
User |
Action |
Args |
| 2020-12-02 18:11:26 | epaine | set | recipients:
+ epaine, ronaldoussoren, ned.deily, serhiy.storchaka |
| 2020-12-02 18:11:26 | epaine | set | messageid: <1606932686.56.0.499229815386.issue42541@roundup.psfhosted.org> |
| 2020-12-02 18:11:26 | epaine | link | issue42541 messages |
| 2020-12-02 18:11:26 | epaine | create | |
|