From 456b479a21aae6f7645e33923f4b0892ae145927 Mon Sep 17 00:00:00 2001 From: peter1138 Date: Sat, 20 Sep 2008 20:34:36 +0000 Subject: [PATCH] (svn r14367) [0.6] -Fix (r10046): Widgets added (in a documentation update?!) without updating other code caused disabled widget to be drawn in the middle of another player's order list. This fix only applies to 0.6 branch. --- src/order_gui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/order_gui.cpp b/src/order_gui.cpp index 55a1c49e88..de91580821 100644 --- a/src/order_gui.cpp +++ b/src/order_gui.cpp @@ -147,7 +147,7 @@ static void DrawOrdersWindow(Window *w) w->SetWidgetDisabledState(ORDER_WIDGET_REFIT, order == NULL); // Refit w->HideWidget(ORDER_WIDGET_REFIT); // Refit } else { - w->DisableWidget(ORDER_WIDGET_TRANSFER); + w->DisableWidget(ORDER_WIDGET_RESIZE_BAR); } w->ShowWidget(ORDER_WIDGET_UNLOAD); // Unload