Disabled top-level parent tracking by default (crashes with AUI), must now use wxPG_EX_ENABLE_TLP_TRACKING style to enable old behavior.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@61779 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -923,6 +923,10 @@ without warnings or errors.
|
||||
- wxPropertyGridInterface::GetExpandedProperties() is removed. You should
|
||||
now use wxPropertyGridInterface::GetEditableState() instead.
|
||||
|
||||
- wxPG_EX_DISABLE_TLP_TRACKING is now enabled by default. To get the old
|
||||
behavior (recommended if you don't use a system that reparents the grid
|
||||
on its own), use the wxPG_EX_ENABLE_TLP_TRACKING extra style.
|
||||
|
||||
- Extended window style wxPG_EX_LEGACY_VALIDATORS was removed.
|
||||
|
||||
- wxPropertyGridManager now has same Get/SetSelection() semantics as
|
||||
|
Reference in New Issue
Block a user