forked from mirror/OpenTTD
(svn r11579) -Revert(r11578): some cases of key propagation are not handled correctly.
A better solution will be deviced, but not now. Let's not cause a ton of bug reports
This commit is contained in:
@@ -298,7 +298,7 @@ static const Widget _query_sign_edit_widgets[] = {
|
||||
static const WindowDesc _query_sign_edit_desc = {
|
||||
190, 170, 260, 42, 260, 42,
|
||||
WC_QUERY_STRING, WC_NONE,
|
||||
WDF_STD_TOOLTIPS | WDF_STD_BTN | WDF_DEF_WIDGET | WDF_TEXTENTRY,
|
||||
WDF_STD_TOOLTIPS | WDF_STD_BTN | WDF_DEF_WIDGET,
|
||||
_query_sign_edit_widgets,
|
||||
QuerySignEditWndProc
|
||||
};
|
||||
|
Reference in New Issue
Block a user