E. Paine <xepain...@gmail.com> added the comment:
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() ---------- nosy: +epaine _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue44243> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com