Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upModifying WindowFlags causes Window to close #254
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
I am trying to toggle the
WindowType.FramelessWindowHintwindowFlag, but this causes the window to close.This happens when changing the windowFlags props of Window or calling setWindowFlag via a ref.
This happens both in development and production builds.
Expected behavior
WindowFlags are updated when the props change.
Modifying the icon and title via props works as expected. windowsFlags changes causes in the window closing.
It appears any WindowFlag change results in the same behaviour...
Any ideas?