Scrolling updates

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13207 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
David Webster
2001-12-28 07:00:16 +00:00
parent c914e99ed5
commit f9efbe3a98
4 changed files with 79 additions and 8 deletions

View File

@@ -332,7 +332,7 @@ bool wxApp::RegisterWindowClasses(
if (!::WinRegisterClass( vHab
,wxFrameClassName
,wxFrameWndProc
,CS_SIZEREDRAW | CS_SYNCPAINT | CS_CLIPCHILDREN
,CS_SIZEREDRAW | CS_SYNCPAINT
,sizeof(ULONG)
))
{