(svn r15338) -Fix [FS#2598]: close all construction related windows whenever changing company.
This commit is contained in:
@@ -1274,7 +1274,7 @@ static const Widget _other_orders_widgets[] = {
|
||||
static const WindowDesc _other_orders_desc = {
|
||||
WDP_AUTO, WDP_AUTO, 386, 88, 386, 88,
|
||||
WC_VEHICLE_ORDERS, WC_VEHICLE_VIEW,
|
||||
WDF_STD_TOOLTIPS | WDF_STD_BTN | WDF_DEF_WIDGET | WDF_UNCLICK_BUTTONS | WDF_STICKY_BUTTON | WDF_RESIZABLE,
|
||||
WDF_STD_TOOLTIPS | WDF_STD_BTN | WDF_DEF_WIDGET | WDF_UNCLICK_BUTTONS | WDF_STICKY_BUTTON | WDF_RESIZABLE | WDF_CONSTRUCTION,
|
||||
_other_orders_widgets,
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user