shell32/autocomplete: Fix going up through the suggestion listbox.
commitcb8bd825b99478393efad5907236f1bcd9dc799e
authorGabriel Ivăncescu <gabrielopcode@gmail.com>
Thu, 20 Sep 2018 11:55:34 +0000 (20 14:55 +0300)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 21 Sep 2018 21:58:56 +0000 (21 23:58 +0200)
tree98cf009b4d9e7da043dbf125f361df2c4b753414
parent47ab4904276be87297a851a8468ff3966afc8584
shell32/autocomplete: Fix going up through the suggestion listbox.

When going up past the topmost item in the listbox, go through txtbackup
first before wrapping around, just like when going down. This matches
Windows behavior.

Signed-off-by: Gabriel Ivăncescu <gabrielopcode@gmail.com>
Signed-off-by: Huw Davies <huw@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
dlls/shell32/autocomplete.c