mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-29 09:29:10 +00:00
(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;
|
||||
_remove_button_clicked = false;
|
||||
_build_railroad_button_proc[i](w);
|
||||
UpdateRemoveWidgetStatus(w, i);
|
||||
UpdateRemoveWidgetStatus(w, i + 4);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user