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

Grip is top left anchored when I use AddAllOtherAnchors() in ResizableFormView #9

Closed
MickeVr opened this issue Jan 8, 2019 · 1 comment

Comments

@MickeVr
Copy link

MickeVr commented Jan 8, 2019

When I use AddAllOtherAnchors() in ResizableFormView, the grip is not set to its new position when I resize the form. Not using AddAllOtherAnchors fixes this (but then I must specify all top left anchors). I fixed it a bit dirty by switching the order of ArrangeLayout() and UpdateSizeGrip() in CResizableFormView::OnSize,

MickeVr added a commit to MickeVr/resizablelib that referenced this issue Jan 8, 2019
ppescher added a commit that referenced this issue Jan 8, 2019
@ppescher ppescher closed this as completed Jan 8, 2019
irwir pushed a commit to irwir/resizablelib that referenced this issue Jan 8, 2019
@MickeVr
Copy link
Author

MickeVr commented Jan 9, 2019

Thanks! This solves the issue indeed.

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

No branches or pull requests

2 participants