mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-06 14:27:16 +00: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:
parent
f268f7bea1
commit
01dae23dc7
@ -160,7 +160,6 @@ struct SignListWindow : Window, SignList {
|
|||||||
|
|
||||||
/* Initialize the text edit widget */
|
/* Initialize the text edit widget */
|
||||||
this->querystrings[WID_SIL_FILTER_TEXT] = &this->filter_editbox;
|
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;
|
this->filter_editbox.cancel_button = QueryString::ACTION_CLEAR;
|
||||||
|
|
||||||
/* Initialize the filtering variables */
|
/* Initialize the filtering variables */
|
||||||
|
Loading…
Reference in New Issue
Block a user