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:
commit
e8faf2f56c
6 changed files with 66 additions and 42 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue