Fixes to resolve default Client Window painting when EVT_PAINT events are captured by derived classes downstream.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9068 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1030,10 +1030,10 @@ bool wxFrame::OS2Create(
|
||||
//
|
||||
if (!::WinSetWindowPos( m_hWnd
|
||||
,HWND_TOP
|
||||
,nX + 20
|
||||
,nY + 20
|
||||
,nWidth - 60
|
||||
,nHeight - 60
|
||||
,nX // + 20
|
||||
,nY // + 20
|
||||
,nWidth // - 60
|
||||
,nHeight // - 60
|
||||
,SWP_SIZE | SWP_MOVE | SWP_ACTIVATE | SWP_ZORDER
|
||||
))
|
||||
{
|
||||
|
Reference in New Issue
Block a user