Delete the button object in wxRibbonButtonBar::DeleteButton().
Unlike ClearButtons(), DeleteButton() didn't actually delete the button. Fix this and document this behaviour. Closes #15909. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@75710 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -6,6 +6,15 @@ Note: This file contains the list of changes since wxWidgets 3.x, please see
|
||||
docs/changes_30.txt for the changes in the previous versions.
|
||||
|
||||
|
||||
INCOMPATIBLE CHANGES SINCE 3.0.x:
|
||||
=================================
|
||||
|
||||
Changes in behaviour not resulting in compilation errors
|
||||
--------------------------------------------------------
|
||||
|
||||
- wxRibbonButtonBar::DeleteButton() now deletes and not just removes the button.
|
||||
|
||||
|
||||
3.1.0: (released 2014-xx-xx)
|
||||
----------------------------
|
||||
|
||||
|
Reference in New Issue
Block a user