ppescher / resizablelib

A set of MFC classes to easily make resizable windows
Other
55 stars 27 forks source link

Fix grip which does not resize to bottom corner #10

Closed MickeVr closed 5 years ago

MickeVr commented 5 years ago

This commit fixes issue #9

ppescher commented 5 years ago

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 commented 5 years ago

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