From e2292c69a6da876d86b3165708a61a365f1bfcfb Mon Sep 17 00:00:00 2001 From: peter1138 Date: Sun, 8 Oct 2006 08:04:40 +0000 Subject: [PATCH] (svn r6685) -Fix (r6672): Hide the 'sell chain' panel instead of the horizontal scroll bar twice... --- depot_gui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/depot_gui.c b/depot_gui.c index c60602c029..dbdf29f9fa 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 */