Property removal and deletion done from wxPropertyGrid event handler is now postponed to idle event
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63534 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1808,6 +1808,10 @@ protected:
|
||||
/** Appearance of a unspecified value cell. */
|
||||
wxPGCell m_unspecifiedAppearance;
|
||||
|
||||
/** List of properties to be deleted/removed in idle event handler. */
|
||||
wxArrayPGProperty m_deletedProperties;
|
||||
wxArrayPGProperty m_removedProperties;
|
||||
|
||||
//
|
||||
// Temporary values
|
||||
//
|
||||
|
Reference in New Issue
Block a user