Michael Plöckinger
Michael Plöckinger
@kdc1919 you can use the .focus_force() as a workaround now.
Yeah, i got the problem, here is a minimal reproducible example: ``` import tkinter import customtkinter import locale locale.setlocale(locale.LC_ALL, '') customtkinter.set_appearance_mode("dark") # Modes: "System" (standard), "Dark", "Light" customtkinter.set_default_color_theme("blue") # Themes:...
@TheFallen-Cat try changing your OS language to German. Then you should be able to replicate the error. sorry, forgot about that.