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 epaine
Recipients epaine, markroseman, ned.deily, rhettinger, ronaldoussoren, serhiy.storchaka, taleinat, terry.reedy
Date 2021-05-27.09:52:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1622109178.36.0.0626655584636.issue44243@roundup.psfhosted.org>
In-reply-to
Content
Does the activebackground option fix this? E.g.

r = tk.Tk()
b = tk.Button(r, fg="white", bg="red", activebackground="red")
b.pack()
r.mainloop()
History
Date User Action Args
2021-05-27 09:52:58epainesetrecipients: + epaine, rhettinger, terry.reedy, ronaldoussoren, taleinat, ned.deily, markroseman, serhiy.storchaka
2021-05-27 09:52:58epainesetmessageid: <1622109178.36.0.0626655584636.issue44243@roundup.psfhosted.org>
2021-05-27 09:52:58epainelinkissue44243 messages
2021-05-27 09:52:58epainecreate