comctl32/listview: Send one deselect all items notification for LVS_OWNERDATA listviews.
commit8b392553b32677d25fd3e0fe14f70a5693f3b42c
authorAngelo Haller <angelo@szanni.org>
Tue, 28 Jun 2022 21:16:07 +0000 (28 16:16 -0500)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 8 Aug 2022 20:03:04 +0000 (8 22:03 +0200)
treece69dcebf600584d2590bde5a0cfce85ec7dec48
parent38cf242e7d33e4d13f3c703af8db8e9faabeb096
comctl32/listview: Send one deselect all items notification for LVS_OWNERDATA listviews.

Send one deselect all items notification on selection change for LVS_OWNERDATA listviews instead
of notifying about each individual item change.

Signed-off-by: Angelo Haller <angelo@szanni.org>
dlls/comctl32/listview.c