1
0
Fork 0

(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.

release/0.6
peter1138 2008-09-20 20:34:36 +00:00
parent cbc69f8067
commit 456b479a21
1 changed files with 1 additions and 1 deletions

View File

@ -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