Commit 60b1c38e authored by Ulrich Czekalla's avatar Ulrich Czekalla Committed by Alexandre Julliard

The static control only needs to invalidate its rect when we SetText.

parent 146b16a9
......@@ -273,7 +273,6 @@ LRESULT WINAPI StaticWndProc( HWND hWnd, UINT uMsg, WPARAM wParam,
else
DEFWND_SetText( wndPtr, (LPCSTR)lParam );
InvalidateRect( hWnd, NULL, FALSE );
UpdateWindow( hWnd );
break;
case WM_SETFONT:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment