Get rid of wxListCtrl::m_count in wxMSW.
This simplifies the code and fixes the bug with GetItemCount() returning wrong (old) value in wxEVT_LIST_INSERT_ITEM event handler as m_count wasn't updated by then yet. Closes #3793.
This commit is contained in:
@@ -156,6 +156,7 @@ wxMSW:
|
||||
- Fix reading of not NUL-terminated strings using wxRegKey (Steffen Olszewski).
|
||||
- Fix unexpected change in MDI children order after showing a file dialog.
|
||||
- Don't send events for already selected radio popup menu items (Kinaou Hervé).
|
||||
- wxListCtrl::GetItemCount() in wxEVT_LIST_INSERT_ITEM is no longer off by 1.
|
||||
|
||||
wxOSX/Cocoa:
|
||||
|
||||
|
Reference in New Issue
Block a user