I attempted to configure all Buttons in my app to change their takefocus option to 0 by writing this:
style = ttk.Style()
style.configure('TButton', takefocus=0)
But they still take focus.
I attempted to configure all Buttons in my app to change their takefocus option to 0 by writing this:
style = ttk.Style()
style.configure('TButton', takefocus=0)
But they still take focus.