Merge branch 'rename-listctrl-checkbox-methods' of https://github.com/discnl/wxWidgets
Use consistent case for wxListCtrl::{Has,Enable}CheckBoxes() methods. Closes https://github.com/wxWidgets/wxWidgets/pull/275
This commit is contained in:
@@ -55,6 +55,13 @@ Changes in behaviour which may result in build errors
|
||||
3.1.1: (not released yet)
|
||||
----------------------------
|
||||
|
||||
INCOMPATIBLE CHANGES SINCE 3.1.0:
|
||||
|
||||
- wxListCtrl::HasCheckboxes() and EnableCheckboxes(), which were added in
|
||||
3.1.0, have been renamed to HasCheckBoxes and EnableCheckBoxes respectively
|
||||
for consistency with wxCheckBox naming.
|
||||
|
||||
|
||||
All:
|
||||
|
||||
- Add support for the micro version (third component) to OS and toolkit version
|
||||
|
Reference in New Issue
Block a user