Fixed child positioning on window resizing.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33672 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
98f297837a
commit
9175b26272
@ -1623,7 +1623,7 @@ void wxWindowOS2::DoMoveWindow(
|
||||
,vSwpScroll.cy - nAdjustHeight
|
||||
,SWP_MOVE | SWP_SIZE
|
||||
);
|
||||
nYDiff += nAdjustHeight;
|
||||
nYDiff -= nAdjustHeight;
|
||||
}
|
||||
MoveChildren(nYDiff);
|
||||
::WinQueryWindowPos(GetHwnd(), &m_vWinSwp);
|
||||
|
Loading…
Reference in New Issue
Block a user