TomSchimansky / CustomTkinter

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

Nested CTkTabView tab buttons corner colors do not change when changing windows system theme color #2600

Open ryleymcrae opened 9 hours ago

ryleymcrae commented 9 hours ago

Steps to recreate

  1. Add a tabview to a window
  2. Add a tabview frame within the tabview
  3. Change the theme of your system in windows settings from dark->light or light->dark
  4. Observe that the corners of the nested CTkTabView buttons do not update

image

dipeshSam commented 6 hours ago

For instant fix, you can update them manually catching an update call by overriding _set_appearance_mode(self, mode_string) method of the class.