wxWidgets/interface
Lauri Nurmi 96b83a1523 Make virtual lists send DESELECTED events consistently on both implementations
In the case when a listctrl is clicked outside of any item, the item is
visually deselected, and it is logical that a DESELECTED is sent.

For non-virtual lists this would happen, but for virtual lists it would
either happen or not happen depending on implementation (MSW/generic)
and mode (single/multi). From now on the DESELECTED event is always sent.
2020-05-28 10:51:58 +03:00
..
wx Make virtual lists send DESELECTED events consistently on both implementations 2020-05-28 10:51:58 +03:00
check_syntax.sh