WM_PAINT should be processed only by the TREEVIEW_Paint function, so
authorNoomen Hamza <noomen@macadamian.com>
Sun, 18 Jun 2000 17:20:11 +0000 (17:20 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Sun, 18 Jun 2000 17:20:11 +0000 (17:20 +0000)
commit6e027cbbeca805671d5d9f2cc7479f48753734c4
treee76b6ca67060a02aca0f70560fa0950c1a990c57
parent9fa09e7ecba01d156ca64e5b5e9bd0f8738de1f1
WM_PAINT should be processed only by the TREEVIEW_Paint function, so
we don't need to call DefWindowProcA function within TREEVIEW_Paint.
dlls/comctl32/treeview.c