(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:
@@ -512,7 +512,7 @@ static void GenerateLandscapeWndProc(Window *w, WindowEvent *e)
|
||||
static const WindowDesc _generate_landscape_desc = {
|
||||
WDP_CENTER, WDP_CENTER, 338, 268, 338, 268,
|
||||
WC_GENERATE_LANDSCAPE, WC_NONE,
|
||||
WDF_STD_TOOLTIPS | WDF_DEF_WIDGET | WDF_UNCLICK_BUTTONS | WDF_TEXTENTRY,
|
||||
WDF_STD_TOOLTIPS | WDF_DEF_WIDGET | WDF_UNCLICK_BUTTONS,
|
||||
_generate_landscape_widgets,
|
||||
GenerateLandscapeWndProc,
|
||||
};
|
||||
@@ -520,7 +520,7 @@ static const WindowDesc _generate_landscape_desc = {
|
||||
static const WindowDesc _heightmap_load_desc = {
|
||||
WDP_CENTER, WDP_CENTER, 338, 236, 338, 236,
|
||||
WC_GENERATE_LANDSCAPE, WC_NONE,
|
||||
WDF_STD_TOOLTIPS | WDF_DEF_WIDGET | WDF_STD_BTN | WDF_UNCLICK_BUTTONS | WDF_TEXTENTRY,
|
||||
WDF_STD_TOOLTIPS | WDF_DEF_WIDGET | WDF_STD_BTN | WDF_UNCLICK_BUTTONS,
|
||||
_heightmap_load_widgets,
|
||||
GenerateLandscapeWndProc,
|
||||
};
|
||||
@@ -745,7 +745,7 @@ static const Widget _create_scenario_widgets[] = {
|
||||
static const WindowDesc _create_scenario_desc = {
|
||||
WDP_CENTER, WDP_CENTER, 338, 170, 338, 170,
|
||||
WC_GENERATE_LANDSCAPE, WC_NONE,
|
||||
WDF_STD_TOOLTIPS | WDF_DEF_WIDGET | WDF_STD_BTN | WDF_UNCLICK_BUTTONS | WDF_TEXTENTRY,
|
||||
WDF_STD_TOOLTIPS | WDF_DEF_WIDGET | WDF_STD_BTN | WDF_UNCLICK_BUTTONS,
|
||||
_create_scenario_widgets,
|
||||
CreateScenarioWndProc,
|
||||
};
|
||||
|
Reference in New Issue
Block a user