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

oldstable
Ulrich Czekalla 2000-03-08 18:22:51 +00:00 committed by Alexandre Julliard
parent 146b16a9c4
commit 60b1c38e86
1 changed files with 0 additions and 1 deletions

View File

@ -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: