Always call LISTVIEW_SetSelection() for an item, even if that item
commit2b5d9c6e503a9966154f46fa9c31fb2436e6c440
authorAndreas Mohr <a.mohr@mailto.de>
Tue, 29 Aug 2000 03:52:16 +0000 (29 03:52 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 29 Aug 2000 03:52:16 +0000 (29 03:52 +0000)
tree1d18433e9ed5278863542198a13ce3f019ab68ed
parent618ce03ed355553b4bcb66f41c83231a4c0c8530
Always call LISTVIEW_SetSelection() for an item, even if that item
has been selected before, in order to let other items get erased.
controls/listbox.c
dlls/comctl32/listview.c