Remove extraneous event binding

This commit is contained in:
Jon Evans 2022-12-05 20:44:37 -05:00
parent 5001555f0e
commit b673202a4e
1 changed files with 0 additions and 1 deletions

View File

@ -642,7 +642,6 @@ void PROPERTY_EDITOR_UNIT_BINDER::SetControl( wxWindow* aControl )
nullptr, this );
m_valueCtrl->Connect( wxEVT_LEFT_UP, wxMouseEventHandler( PROPERTY_EDITOR_UNIT_BINDER::onClick ),
nullptr, this );
m_valueCtrl->Bind( wxEVT_SET_FOCUS, &PROPERTY_EDITOR_UNIT_BINDER::onSetFocus, this );
m_valueCtrl->Bind( wxEVT_SHOW,
[&]( wxShowEvent& e )