Made wxClientDC's use safe as per wxMSW.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2574 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
1999-05-26 10:17:56 +00:00
parent 053f9cc122
commit 6db90681cf
5 changed files with 219 additions and 131 deletions

View File

@@ -599,13 +599,9 @@ void wxSplitterWindow::SizeWindows()
m_windowTwo->Layout();
}
}
#ifdef __WXGTK__
Refresh();
#else
wxClientDC dc(this);
DrawBorders(dc);
DrawSash(dc);
#endif
}
// Set pane for unsplit window