git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56427
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
argWnd->Connect(id, wxEVT_LEAVE_WINDOW,
wxMouseEventHandler(wxPropertyGrid::OnMouseEntry),
NULL, this);
argWnd->Connect(id, wxEVT_LEAVE_WINDOW,
wxMouseEventHandler(wxPropertyGrid::OnMouseEntry),
NULL, this);
- argWnd->Connect(id, wxEVT_KEY_DOWN,
- wxCharEventHandler(wxPropertyGrid::OnChildKeyDown),
- NULL, this);
+
+ argWnd->Connect(id, wxEVT_KEY_DOWN,
+ wxCharEventHandler(wxPropertyGrid::OnChildKeyDown),
+ NULL, this);
}
void wxPropertyGrid::FreeEditors()
}
void wxPropertyGrid::FreeEditors()