don't use the client data for storing wxOwnerDrawn in wxCheckListbox implementation as we already store them in internal array anyhow, this allows the user to use his own client data with wxCheckListbox (#10290)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57543 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -460,6 +460,7 @@ wxMSW:
|
||||
- Fixed infinite loop in wxThread::Wait() in console applications.
|
||||
- Return the restored window size from GetSize() when window is minimized.
|
||||
- wxCheckListBox now looks more native, especially under XP (Marcin Malich).
|
||||
- wxCheckListBox now also supports use of client data (Marcin Malich).
|
||||
- Allow tooltips longer than 64 (up to 128) characters in wxTaskBarIcon
|
||||
- Fix centering wxFileDialog and allow positioning it.
|
||||
- Allow centering wxMessageDialog on its parent window (troelsk).
|
||||
|
Reference in New Issue
Block a user