You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tkcalendar which is a famous calendar written with tkinter breaks when u apply the sun valley theme the most notable and important thing it changes is it sets the current_date_selected to the same color which obviously ruins the whole point of the calendar , here is the example code below
the output I get is this
and if you remove the theme the output is
As you can see the the date of 10 is highlighted because that's the current date selected
tkcalendar does provide a way to change the selectedbackground which I tried after settings the sun valley theme thinking it might override the theme but that doesn't seem to work either
the code is here
I noticed this too. I moved the call to sv-ttk.settheme to before my date entry widget and then it ignores the sunvalley theme and today is highlighted again.
tkcalendar which is a famous calendar written with tkinter breaks when u apply the sun valley theme the most notable and important thing it changes is it sets the current_date_selected to the same color which obviously ruins the whole point of the calendar , here is the example code below
the output I get is this
and if you remove the theme the output is
As you can see the the date of 10 is highlighted because that's the current date selected
tkcalendar does provide a way to change the selectedbackground which I tried after settings the sun valley theme thinking it might override the theme but that doesn't seem to work either
the code is here
The text was updated successfully, but these errors were encountered: