m_inDoSelectProperty: make it bool and use wxON_BLOCK_EXIT_SET() on it.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64811 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1938,7 +1938,7 @@ protected:
|
||||
unsigned char m_inCommitChangesFromEditor;
|
||||
|
||||
/** 1 if in DoSelectProperty() */
|
||||
unsigned char m_inDoSelectProperty;
|
||||
bool m_inDoSelectProperty;
|
||||
|
||||
bool m_inOnValidationFailure;
|
||||
|
||||
|
Reference in New Issue
Block a user