Paint background before drawing item and subitems. Paint any area of
commitfca20f6553959be335ec84ff78554fb4a60f6345
authorChris Morgan <cmorgan@codeweavers.com>
Fri, 22 Sep 2000 22:45:30 +0000 (22 22:45 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 22 Sep 2000 22:45:30 +0000 (22 22:45 +0000)
tree807cec681aa1b8dc81d4cb0c2007dd83db228188
parentc941effc248517fb5bad5b3b86ab83cd5811bac8
Paint background before drawing item and subitems.  Paint any area of
the control not occupied by items.  Early out of LISTVIEW_RefreshXXX
if no items exist. InvalidateRect() on LBUTTONDOWN only if the control
has items to draw.
dlls/comctl32/listview.c