WM_PAINT should be processed only by the TREEVIEW_Paint function, so

we don't need to call DefWindowProcA function within TREEVIEW_Paint.
oldstable
Noomen Hamza 2000-06-18 17:20:11 +00:00 committed by Alexandre Julliard
parent 9fa09e7ecb
commit 6e027cbbec
1 changed files with 1 additions and 1 deletions

View File

@ -2500,7 +2500,7 @@ TREEVIEW_Paint (HWND hwnd, WPARAM wParam, LPARAM lParam)
if(!wParam) EndPaint (hwnd, &ps);
TRACE("done\n");
return DefWindowProcA (hwnd, WM_PAINT, wParam, lParam);
return 0;
}
static LRESULT