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

Fix grip which does not resize to bottom corner #10

Closed
wants to merge 1 commit into from

Conversation

MickeVr
Copy link

@MickeVr MickeVr commented Jan 8, 2019

This commit fixes issue #9

@ppescher
Copy link
Owner

ppescher commented Jan 8, 2019

Thanks for reporting this. It seems like all resizable window classes may suffer from the same bug, as the OnSize() implementation is mostly the same.

It think the problem lies in the AddAllOtherAnchors() method, that should ignore the SizeGrip when present. A proper fix needs to be investigated.

@ppescher
Copy link
Owner

ppescher commented Jan 8, 2019

I just pushed a new commit that should fix the issue #9
Please try it. Thanks!

@ppescher ppescher closed this Jan 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants