mirror of
https://github.com/OpenTTD/OpenTTD
synced 2026-01-16 08:52:40 +01:00
(svn r24734) -Codechange: Move QueryStringBaseWindow::OnOSKInput to Window::OnEditboxChanged.
This commit is contained in:
@@ -315,7 +315,7 @@ struct SignListWindow : QueryStringBaseWindow, SignList {
|
||||
return state;
|
||||
}
|
||||
|
||||
virtual void OnOSKInput(int widget)
|
||||
virtual void OnEditboxChanged(int widget)
|
||||
{
|
||||
if (widget == WID_SIL_FILTER_TEXT) this->SetFilterString(this->text.buf);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user