This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author markroseman
Recipients markroseman, python-dev, terry.reedy
Date 2020-10-22.15:39:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1603381177.89.0.709111381422.issue27477@roundup.psfhosted.org>
In-reply-to
Content
Just noting that the current search dialogs (and others) do not have a ttk.Frame directly inside the toplevel which encloses all other widgets. They therefore still display the mismatched backgrounds on macOS.

Given that, should #33987 be reopened? The patches seem to change the existing frames to the ttk equivalent, but don't add the new intervening frame.
History
Date User Action Args
2020-10-22 15:39:37markrosemansetrecipients: + markroseman, terry.reedy, python-dev
2020-10-22 15:39:37markrosemansetmessageid: <1603381177.89.0.709111381422.issue27477@roundup.psfhosted.org>
2020-10-22 15:39:37markrosemanlinkissue27477 messages
2020-10-22 15:39:37markrosemancreate