-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Min, Restore/Max animation fix #1756
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@punker76 this makes the MetroWindow look like this when maximized on my box: |
However, when testing @AdditionalPylons' branch here everything is working fine. |
This should get rid of the black bar on the right when maximizing.
I also get that bug. Not executing the WmGetMinMaxInfo() hook in BorderlessWindowBehavior should fix the problem. I'm not quite sure if that hook is even needed anymore, but I don't have a proper setup to test. |
…ion-stuff Fix Maximize bug
Removing CAPTION removes DLGFRAME | BORDER, which causes a 1 off error in RECT size when calculating the maximum size.
…ion-stuff Don't maximize over autohidden taskbar
… UseNoneWindowStyle
Logic fail with bitwise operations.
…ion-stuff New hack for ignoretaskbar window moving
This reverts commit 43700e4.
punker76
added a commit
that referenced
this pull request
Jan 27, 2015
Min, Restore/Max animation fix
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
this pr should fix the missing minimize and maximize/restore animations.
thx to @AdditionalPylons for the inspiration and work to solve this issue (hopefully).
limitations goes to a window that ignores the taskbar (no animation)
Closes #1539
this closes #1275 too (Issues when switching MetroWindow between monitors while maximized)