Skip to content
Snippets Groups Projects
Commit 831098be authored by Huw Davies's avatar Huw Davies Committed by Alexandre Julliard
Browse files

Added CS_HREDRAW.

parent 97d5e163
No related branches found
No related tags found
No related merge requests found
......@@ -948,7 +948,7 @@ void UPDOWN_Register(void)
WNDCLASSW wndClass;
ZeroMemory( &wndClass, sizeof( WNDCLASSW ) );
wndClass.style = CS_GLOBALCLASS | CS_VREDRAW;
wndClass.style = CS_GLOBALCLASS | CS_VREDRAW | CS_HREDRAW;
wndClass.lpfnWndProc = (WNDPROC)UpDownWindowProc;
wndClass.cbClsExtra = 0;
wndClass.cbWndExtra = sizeof(UPDOWN_INFO*);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment