[issue38261] Tkinter CheckButton default label white in macOS dark mode

2020-12-03 Thread Ronald Oussoren


Ronald Oussoren  added the comment:

This is a duplicate of #42541.

--
resolution:  -> duplicate
stage:  -> resolved
status: open -> closed
superseder:  -> Tkinter colours wrong on MacOS universal2

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue38261] Tkinter CheckButton default label white in macOS dark mode

2020-11-16 Thread Ronald Oussoren


Ronald Oussoren  added the comment:

The same behaviour can be observed with Tk 8.6.10 build on macOS 11.

IMHO the problem is not so much that the default text color changes, but that 
the background color of the window does not change, it stays the same light 
color as in light mode. 

According to the Tk wiki 
 the background 
color should adjust itself automatically.  I don't know if Tkinter does 
something that affects this.

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue38261] Tkinter CheckButton default label white in macOS dark mode

2019-09-24 Thread Ned Deily


Ned Deily  added the comment:

I assume you are using a Python 3.7.x from a python.org macOS installer? 
Support for macOS dark mode is almost entirely a Tk issue as Tkinter is 
basically a shallow wrapper around Tk-provided APIs. We have been shipping Tk 
8.6.8, s stable, slightly out-of-date version because it seemed to have the 
least number of issues across all of the macOS versions we support. With macOS 
10.15 coming soon, I will shortly be taking another look st the latest 
unreleased Tk which may also have better support for dark mode.

--
assignee:  -> ned.deily

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue38261] Tkinter CheckButton default label white in macOS dark mode

2019-09-23 Thread Ryang Sohn


New submission from Ryang Sohn :

In macOS, when "Dark Mode" is turned on, TKinter's checkbutton's default label 
color is white, not black.

--
components: Tkinter, macOS
files: tkinter_checkbox.py
messages: 353056
nosy: Ryang Sohn, ned.deily, ronaldoussoren
priority: normal
severity: normal
status: open
title: Tkinter CheckButton default label white in macOS dark mode
type: behavior
versions: Python 3.7
Added file: https://bugs.python.org/file48620/tkinter_checkbox.py

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com