Dialog updates
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13725 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -2466,11 +2466,14 @@ MRESULT wxWindowOS2::OS2WindowProc(
|
||||
if (IsKindOf(CLASSINFO(wxDialog)))
|
||||
{
|
||||
PSWP pSwp = (PSWP)PVOIDFROMMP(wParam);
|
||||
PSWP pSwp2 = pSwp++;
|
||||
|
||||
bProcessed = HandleSize( pSwp->cx
|
||||
,pSwp->cy
|
||||
,(WXUINT)lParam
|
||||
);
|
||||
if (!(pSwp->cx == pSwp2->cx &&
|
||||
pSwp->cy == pSwp2->cy))
|
||||
bProcessed = HandleSize( pSwp->cx
|
||||
,pSwp->cy
|
||||
,(WXUINT)lParam
|
||||
);
|
||||
}
|
||||
break;
|
||||
|
||||
|
Reference in New Issue
Block a user