Update to 13.2 (github source)

This commit is contained in:
dP
2023-06-10 18:03:07 +04:00
parent afd62e21e2
commit 0c29a3a5fb
89 changed files with 2143 additions and 931 deletions
-3
View File
@@ -849,7 +849,6 @@ public:
if (this->selected_order == -1) break;
this->CloseChildWindows();
HideDropDownMenu(this);
this->selected_order = -1;
break;
@@ -881,7 +880,6 @@ public:
if (to == INVALID_VEH_ORDER_ID) {
/* Deleting selected order */
this->CloseChildWindows();
HideDropDownMenu(this);
this->selected_order = -1;
break;
}
@@ -1181,7 +1179,6 @@ public:
/* This order won't be selected any more, close all child windows and dropdowns */
this->CloseChildWindows();
HideDropDownMenu(this);
if (sel == INVALID_VEH_ORDER_ID || this->vehicle->owner != _local_company) {
/* Deselect clicked order */