(svn r6685) -Fix (r6672): Hide the 'sell chain' panel instead of the horizontal scroll bar twice...
authorpeter1138
Sun, 08 Oct 2006 08:04:40 +0000
changeset 4771 7d693e37a683
parent 4770 7092e6b90693
child 4772 6672709279a4
(svn r6685) -Fix (r6672): Hide the 'sell chain' panel instead of the horizontal scroll bar twice...
depot_gui.c
--- a/depot_gui.c	Sat Oct 07 22:58:25 2006 +0000
+++ b/depot_gui.c	Sun Oct 08 08:04:40 2006 +0000
@@ -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 */