Akascape / py-window-styles

Customize your python UI window with awesome pre-built windows 11 themes.
Creative Commons Zero v1.0 Universal
257 stars 15 forks source link

Problem with window returning to normal position when switching #5

Closed CheckAvaliable closed 5 months ago

CheckAvaliable commented 11 months ago

For example, when pywinstyles.apply_style(self, "aero") is called, the theme is installed and works. However, after that you can call another theme as much as you want by means of pywinstyles.apply_style(self, "dark"), for example. All the code in text is available in my "changer" repository. image

CheckAvaliable commented 11 months ago

Of course I forgot to add that reapplying the theme completely fails.

Akascape commented 5 months ago

@CheckAvaliable Fixed, now you can pass "normal" as style to make the window style default.