We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I like your work but I came across a few bugs in the latest pre-release 0.10.0-alpha001. In the previous version it works well. v0.9.0
The text was updated successfully, but these errors were encountered:
Thanks for the feedback. I can reproduce it, and I'm trying to fix it.
Sorry, something went wrong.
This is caused by WindowStyle="None" settings. I've introduced it for fix following issues(#36) But it had side effect that is reported in this issue.
WindowStyle="None"
FluentWPF/FluentWPF/Styles/Window.xaml
Line 328 in 58f7d84
So that I fix it by setting WindowStyle="None" only when window is maximized. I'll fix it in FluentWPF 0.10.0-alpha002.
60d7bdb
No branches or pull requests
Hi, I like your work but I came across a few bugs in the latest pre-release 0.10.0-alpha001. In the previous version it works well. v0.9.0
screen.mp4
screen1.mp4
The text was updated successfully, but these errors were encountered: