comctl32: Invalidate correct rectangle for marquee selection.
This commit is contained in:
parent
a53807e3e8
commit
425f0a25d6
dlls/comctl32
|
@ -3886,7 +3886,7 @@ static void LISTVIEW_MarqueeHighlight(LISTVIEW_INFO *infoPtr, const POINT *coord
|
|||
}
|
||||
iterator_destroy(&new_elems);
|
||||
|
||||
LISTVIEW_InvalidateRect(infoPtr, &rect);
|
||||
LISTVIEW_InvalidateRect(infoPtr, &infoPtr->marqueeDrawRect);
|
||||
}
|
||||
|
||||
/***
|
||||
|
|
Loading…
Reference in New Issue