Reconnect wxPropertyGridManager event handlers when wxPG id is changing.

Because some event handlers are bound to the particular id's they need to be reconnected when wxPG id is the subject of change.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@78259 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Artur Wieczorek
2014-12-09 17:07:59 +00:00
parent 2fe72022e3
commit de2f5898c4
2 changed files with 26 additions and 8 deletions

View File

@@ -750,6 +750,8 @@ protected:
virtual bool SetEditableStateItem( const wxString& name, wxVariant value ) wxOVERRIDE;
virtual wxVariant GetEditableStateItem( const wxString& name ) const wxOVERRIDE;
// Reconnect propgrid event handlers.
void ReconnectEventHandlers(wxWindowID oldId, wxWindowID newId);
private:
DECLARE_EVENT_TABLE()
};