# HG changeset patch # User peter1138 # Date 1160294680 0 # Node ID e080b99763904e1bc81026aa134ee7f3233b55be # Parent 2c282d55746e4927ff4958e9f48034c8b48d04b0 (svn r6685) -Fix (r6672): Hide the 'sell chain' panel instead of the horizontal scroll bar twice... diff --git a/depot_gui.c b/depot_gui.c --- 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 */