changeset 4771:e080b9976390 draft

(svn r6685) -Fix (r6672): Hide the 'sell chain' panel instead of the horizontal scroll bar twice...
author peter1138 <peter1138@openttd.org>
date Sun, 08 Oct 2006 08:04:40 +0000
parents 2c282d55746e
children c934378bf41b
files depot_gui.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/depot_gui.c
+++ b/depot_gui.c
@@ -1008,7 +1008,7 @@
 
 		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 */