(svn r24729) -Codechange: Unify the handling of HEBR_EDITING.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user