In LISTVIEW_AddGroupSelection and LISTVIEW_SetGroupSelection, if no
commitf45d56912a73d2c64ac707085c280f9a1089d1d7
authorFrancois Gouget <fgouget@codeweavers.com>
Sun, 4 Mar 2001 01:04:35 +0000 (4 01:04 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Sun, 4 Mar 2001 01:04:35 +0000 (4 01:04 +0000)
treeb637a880be45baf7bce53ef1cde071e2ad15b45e
parent8d0e1e767a5528cab064a2a7c1763a64ee2b081a
In LISTVIEW_AddGroupSelection and LISTVIEW_SetGroupSelection, if no
selection mark has been set, just select the current item.
In LISTVIEW_SetGroupSelection we must also set the selection mark in
that case (and only in that case).
Removed a naughty ';' (spotted by Eric Pouech).
dlls/comctl32/listview.c