1
0
mirror of https://github.com/OpenTTD/OpenTTD synced 2026-01-06 03:52:37 +01:00

(svn r26827) -Change [FS#6116]: The ok-button in the OSK for the signs list should just close the OSK.

This commit is contained in:
frosch
2014-09-15 19:26:03 +00:00
parent f268f7bea1
commit 01dae23dc7

View File

@@ -160,7 +160,6 @@ struct SignListWindow : Window, SignList {
/* Initialize the text edit widget */
this->querystrings[WID_SIL_FILTER_TEXT] = &this->filter_editbox;
this->filter_editbox.ok_button = WID_SIL_FILTER_ENTER_BTN;
this->filter_editbox.cancel_button = QueryString::ACTION_CLEAR;
/* Initialize the filtering variables */