diff options
-rw-r--r-- | depot_gui.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/depot_gui.c b/depot_gui.c index c60602c02..dbdf29f9f 100644 --- a/depot_gui.c +++ b/depot_gui.c @@ -1008,7 +1008,7 @@ void ShowDepotWindow(TileIndex tile, byte type) SetWindowWidgetsHiddenState(w, type != VEH_Train, DEPOT_WIDGET_H_SCROLL, - DEPOT_WIDGET_H_SCROLL, + DEPOT_WIDGET_SELL_CHAIN, WIDGET_LIST_END); /* Move the widgets to their right locations */ |