From 80a35db52c8e2f88482fb63b5dee17c81be541f9 Mon Sep 17 00:00:00 2001 From: rubidium Date: Fri, 2 Jan 2009 20:01:28 +0000 Subject: (svn r14784) -Change: don't close and reopen the vehicle order/detail windows, just refocus them instead. --- src/vehicle_gui.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/vehicle_gui.cpp') diff --git a/src/vehicle_gui.cpp b/src/vehicle_gui.cpp index 8301fa86a..afa4e31d3 100644 --- a/src/vehicle_gui.cpp +++ b/src/vehicle_gui.cpp @@ -1553,7 +1553,6 @@ static const WindowDesc _vehicle_details_desc = { static void ShowVehicleDetailsWindow(const Vehicle *v) { DeleteWindowById(WC_VEHICLE_ORDERS, v->index); - DeleteWindowById(WC_VEHICLE_DETAILS, v->index); AllocateWindowDescFront(&_vehicle_details_desc, v->index); } -- cgit v1.2.3-54-g00ecf