(svn r6650) - Fix (r6619): Fix widget state setting of the rail toolbar when using hotkeys.
This commit is contained in:
@@ -446,7 +446,7 @@ static void BuildRailToolbWndProc(Window *w, WindowEvent *e)
|
|||||||
e->we.keypress.cont = false;
|
e->we.keypress.cont = false;
|
||||||
_remove_button_clicked = false;
|
_remove_button_clicked = false;
|
||||||
_build_railroad_button_proc[i](w);
|
_build_railroad_button_proc[i](w);
|
||||||
UpdateRemoveWidgetStatus(w, i);
|
UpdateRemoveWidgetStatus(w, i + 4);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user