Commit dc570c54 authored by Gildas Bazin's avatar Gildas Bazin

* modules/gui/wxwindows/preferences_widgets.cpp: update events for IntegerConfigControl.

parent bd3d6211
......@@ -512,6 +512,7 @@ wxString FileConfigControl::GetPszValue()
* IntegerConfigControl implementation
*****************************************************************************/
BEGIN_EVENT_TABLE(IntegerConfigControl, wxPanel)
EVT_TEXT(-1, IntegerConfigControl::OnUpdate)
EVT_COMMAND_SCROLL(-1, IntegerConfigControl::OnUpdate)
END_EVENT_TABLE()
......
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