summaryrefslogtreecommitdiff
path: root/depot_gui.c
diff options
context:
space:
mode:
authorpeter1138 <peter1138@openttd.org>2006-10-08 08:04:40 +0000
committerpeter1138 <peter1138@openttd.org>2006-10-08 08:04:40 +0000
commit6b96a3aadc2bb5970595b7eec0655aa559d14f98 (patch)
tree1d26182ae222f471ca288c07fdccd7a89d906078 /depot_gui.c
parentde504592a87df58b71cbd8fd038fd9d46ac324d7 (diff)
downloadopenttd-6b96a3aadc2bb5970595b7eec0655aa559d14f98.tar.xz
(svn r6685) -Fix (r6672): Hide the 'sell chain' panel instead of the horizontal scroll bar twice...
Diffstat (limited to 'depot_gui.c')
-rw-r--r--depot_gui.c2
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 */