mirror of
https://github.com/reactos/wine.git
synced 2025-03-02 17:55:57 +00:00
comctl32/listview: Search through all items in LVFI_NEARESTXY mode.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
416180a856
commit
407a3c06fa
@ -6392,6 +6392,8 @@ static INT LISTVIEW_FindItemW(const LISTVIEW_INFO *infoPtr, INT nStart,
|
||||
lvItem.mask &= ~LVIF_TEXT;
|
||||
}
|
||||
|
||||
nItem = bNearest ? -1 : nStart + 1;
|
||||
|
||||
again:
|
||||
for (; nItem < nLast; nItem++)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user