Browse Source

Remove extraneous event binding

7.0
Jon Evans 3 years ago
parent
commit
b673202a4e
  1. 1
      common/widgets/unit_binder.cpp

1
common/widgets/unit_binder.cpp

@ -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 )

Loading…
Cancel
Save