GetClientSize(&w, &h);
GetSizer()->SetDimension( 0, 0, w, h );
+#if defined __WXPM__
+ OS2Layout(w, h);
+#endif
}
else
{
void wxWindowBase::CaptureMouse()
{
wxLogTrace(_T("mousecapture"), _T("CaptureMouse(0x%08x)"), this);
-
+
wxWindow *winOld = GetCapture();
if ( winOld )
{