(svn r24729) -Codechange: Unify the handling of HEBR_EDITING.

This commit is contained in:
frosch
2012-11-13 21:46:46 +00:00
parent 11bd36d3e8
commit c12caa20aa
9 changed files with 20 additions and 49 deletions

View File

@@ -2410,9 +2410,7 @@ struct GameSettingsWindow : QueryStringBaseWindow {
{
/* Handle editbox input */
EventState state = ES_NOT_HANDLED;
if (this->HandleEditBoxKey(WID_GS_FILTER, key, keycode, state) == HEBR_EDITING) {
this->OnOSKInput(WID_GS_FILTER);
}
this->HandleEditBoxKey(WID_GS_FILTER, key, keycode, state);
return state;
}