Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[Bug] The "normal" option does not completely return the window to its normal state #36

Open
Xiaokang2022 opened this issue Aug 12, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@Xiaokang2022
Copy link

  • Python: 3.12.0
  • OS: Windows11 23H2
  • pywinstyles: 1.8

When you run the code like this:

import tkinter

import pywinstyles

root = tkinter.Tk()

pywinstyles.apply_style(root, "win7")
pywinstyles.apply_style(root, "normal")
pywinstyles.apply_style(root, "popup")

root.mainloop()

Your window will look like this:

image

There shouldn't be "win7" styling here. Other words, The "normal" option does not completely return the window to its normal state. It is possible that this is also the case with other options, I didn't do any more testing.

Hopefully, the bug will be fixed soon, thanks!

@Akascape Akascape added the bug Something isn't working label Aug 12, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants