diff options
author | peter1138 <peter1138@openttd.org> | 2006-10-08 08:04:40 +0000 |
---|---|---|
committer | peter1138 <peter1138@openttd.org> | 2006-10-08 08:04:40 +0000 |
commit | 6b96a3aadc2bb5970595b7eec0655aa559d14f98 (patch) | |
tree | 1d26182ae222f471ca288c07fdccd7a89d906078 | |
parent | de504592a87df58b71cbd8fd038fd9d46ac324d7 (diff) | |
download | openttd-6b96a3aadc2bb5970595b7eec0655aa559d14f98.tar.xz |
(svn r6685) -Fix (r6672): Hide the 'sell chain' panel instead of the horizontal scroll bar twice...
-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 */ |