mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 09:34:43 +00:00
Fix calc.exe redraw problems on XP. Patch by Christoph_vW <Christoph@ApiViewer.de>
svn path=/trunk/; revision=18111
This commit is contained in:
parent
e4dc1dc22d
commit
ba942bb6e5
1 changed files with 1 additions and 1 deletions
|
@ -194,7 +194,7 @@ int WINAPI WinMain( HINSTANCE hInst, HINSTANCE hPrevInst, LPSTR cmdline, int cmd
|
|||
|
||||
hWnd = CreateWindow( appname,
|
||||
appname,
|
||||
WS_OVERLAPPEDWINDOW & ~WS_THICKFRAME & ~WS_MAXIMIZEBOX,
|
||||
WS_CLIPSIBLINGS | (WS_OVERLAPPEDWINDOW & ~WS_THICKFRAME & ~WS_MAXIMIZEBOX),
|
||||
CW_USEDEFAULT,
|
||||
CW_USEDEFAULT,
|
||||
calc.sciMode ? CALC_STANDARD_WIDTH : CALC_SCIENTIFIC_WIDTH,
|
||||
|
|
Loading…
Reference in a new issue