Commit d743e05a authored by Gildas Bazin's avatar Gildas Bazin

* modules/gui/wxwindows/preferences_widgets.cpp: added update event for IntegerListConfigControl.

parent 582ef61d
......@@ -788,6 +788,9 @@ void IntegerListConfigControl::UpdateCombo( module_config_t *p_item )
BEGIN_EVENT_TABLE(IntegerListConfigControl, wxPanel)
/* Button events */
EVT_BUTTON(-1, IntegerListConfigControl::OnAction)
/* Update events */
EVT_TEXT(-1, IntegerListConfigControl::OnUpdate)
END_EVENT_TABLE()
void IntegerListConfigControl::OnAction( wxCommandEvent& event )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment