diff --git a/src/order_gui.cpp b/src/order_gui.cpp index 9f7206ae11..81f0419863 100644 --- a/src/order_gui.cpp +++ b/src/order_gui.cpp @@ -1696,6 +1696,8 @@ public: share_order ? CMD_CLONE_ORDER | CMD_MSG(STR_ERROR_CAN_T_SHARE_ORDER_LIST) : CMD_CLONE_ORDER | CMD_MSG(STR_ERROR_CAN_T_COPY_ORDER_LIST))) { this->selected_order = -1; ResetObjectToPlace(); + MarkAllRoutePathsDirty(this->vehicle); + MarkAllRouteStepsDirty(this); } return true; }