TomSchimansky / CustomTkinter

A modern and customizable python UI-library based on Tkinter
MIT License
10.77k stars 1.03k forks source link

CTkCombobox drop down button and cursor not changing #2479

Open mate02102003 opened 2 weeks ago

mate02102003 commented 2 weeks ago

For CTkCombobox if state is set to tkinter.READONLY the cursor and button backgroud is not changing, also the cursor should not change for the entry, but this part migth be conflicting with the tkinter base behavior.

In my opinion this should only occur if it is set to tkinter.DISABLED.