Merge branch 'wxlistctrl-fixes'

Improve consistency of checkboxes in wxListCtrl between virtual and
report mode, and between the generic and MSW implementation, see #23869.

Also disable WS_EX_COMPOSITED for virtual wxListCtrl because it
generates an endless stream of cache events, see #23878.

See #23890.
This commit is contained in:
Vadim Zeitlin 2023-09-30 23:13:51 +02:00
commit e8faf2f56c
6 changed files with 66 additions and 42 deletions

View file

@ -282,7 +282,8 @@ public:
const wxRect& rect,
const wxRect& rectHL,
bool highlighted,
bool current );
bool current,
bool checked );
private:
// set the line to contain num items (only can be > 1 in report mode)