forked from mirror/OpenTTD
(svn r24743) -Change: Unify the behaviour of ESC in filter editboxes.
This commit is contained in:
@@ -159,7 +159,7 @@ 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 = WID_SIL_FILTER_CLEAR_BTN;
|
||||
this->filter_editbox.cancel_button = QueryString::ACTION_CLEAR;
|
||||
this->filter_editbox.afilter = CS_ALPHANUMERAL;
|
||||
|
||||
/* Initialize the filtering variables */
|
||||
|
Reference in New Issue
Block a user