Avoid infinite recursion on Mac in comboctrl, and fix an uninitialized pointer in propgrid

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69005 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2011-09-05 20:08:04 +00:00
parent 76b92fa5c7
commit 4f8870e337
2 changed files with 4 additions and 0 deletions

View File

@@ -6227,6 +6227,7 @@ void wxPropertyGridEvent::Init()
m_column = 1;
m_canVeto = false;
m_wasVetoed = false;
m_pg = NULL;
}
// -----------------------------------------------------------------------