mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-26 16:09:10 +00:00
(svn r6685) -Fix (r6672): Hide the 'sell chain' panel instead of the horizontal scroll bar twice...
This commit is contained in:
@@ -1008,7 +1008,7 @@ void ShowDepotWindow(TileIndex tile, byte type)
|
|||||||
|
|
||||||
SetWindowWidgetsHiddenState(w, type != VEH_Train,
|
SetWindowWidgetsHiddenState(w, type != VEH_Train,
|
||||||
DEPOT_WIDGET_H_SCROLL,
|
DEPOT_WIDGET_H_SCROLL,
|
||||||
DEPOT_WIDGET_H_SCROLL,
|
DEPOT_WIDGET_SELL_CHAIN,
|
||||||
WIDGET_LIST_END);
|
WIDGET_LIST_END);
|
||||||
|
|
||||||
/* Move the widgets to their right locations */
|
/* Move the widgets to their right locations */
|
||||||
|
Reference in New Issue
Block a user