(svn r24733) -Codechange: Move handling of editbox keys to window class.
This commit is contained in:
@@ -622,10 +622,7 @@ public:
|
||||
return ES_HANDLED;
|
||||
}
|
||||
|
||||
EventState state = ES_NOT_HANDLED;
|
||||
this->HandleEditBoxKey(WID_SL_SAVE_OSK_TITLE, key, keycode, state);
|
||||
|
||||
return state;
|
||||
return ES_NOT_HANDLED;
|
||||
}
|
||||
|
||||
virtual void OnTimeout()
|
||||
|
Reference in New Issue
Block a user