(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:
@@ -235,7 +235,7 @@ static const Widget _newgrf_add_dlg_widgets[] = {
|
||||
static const WindowDesc _newgrf_add_dlg_desc = {
|
||||
WDP_CENTER, WDP_CENTER, 307, 237, 307, 337,
|
||||
WC_SAVELOAD, WC_NONE,
|
||||
WDF_STD_TOOLTIPS | WDF_DEF_WIDGET | WDF_STD_BTN | WDF_UNCLICK_BUTTONS | WDF_RESIZABLE | WDF_TEXTENTRY,
|
||||
WDF_STD_TOOLTIPS | WDF_DEF_WIDGET | WDF_STD_BTN | WDF_UNCLICK_BUTTONS | WDF_RESIZABLE,
|
||||
_newgrf_add_dlg_widgets,
|
||||
NewGRFAddDlgWndProc,
|
||||
};
|
||||
|
Reference in New Issue
Block a user