Skip to content
New issue

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

[Bug] The minimize and maximize animation does not work #119

Closed
ghost opened this issue Jul 20, 2021 · 2 comments
Closed

[Bug] The minimize and maximize animation does not work #119

ghost opened this issue Jul 20, 2021 · 2 comments
Labels
Milestone

Comments

@ghost
Copy link

ghost commented Jul 20, 2021

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

  1. Window minimization or maximization animation does not work
  2. if I set AcrylicAccentState to disable, a gray border will appear when the window is maximized
screen.mp4
screen1.mp4

image

@sourcechord
Copy link
Owner

Thanks for the feedback. I can reproduce it, and I'm trying to fix it.

@sourcechord sourcechord added this to the 0.10.0 milestone Aug 3, 2021
@sourcechord
Copy link
Owner

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.

<Setter Property="WindowStyle" Value="None" />

So that I fix it by setting WindowStyle="None" only when window is maximized.
I'll fix it in FluentWPF 0.10.0-alpha002.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant