Redundant wxPropertyGrid validation failure message boxes should no longer be shown

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64810 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Jaakko Salli
2010-07-04 09:46:43 +00:00
parent 4fb5dadb13
commit 03d47fcf07
2 changed files with 29 additions and 2 deletions

View File

@@ -1940,6 +1940,8 @@ protected:
/** 1 if in DoSelectProperty() */
unsigned char m_inDoSelectProperty;
bool m_inOnValidationFailure;
wxPGVFBFlags m_permanentValidationFailureBehavior; // Set by app
// DoEditorValidate() recursion guard