diff --git a/src/order_gui.cpp b/src/order_gui.cpp index af64ce28a7..b755e42267 100644 --- a/src/order_gui.cpp +++ b/src/order_gui.cpp @@ -1444,8 +1444,8 @@ public: this->vscroll = this->GetScrollbar(WID_O_SCROLLBAR); if (v->owner == _local_company) { this->GetWidget(WID_O_SEL_OCCUPANCY)->SetDisplayedPlane(SZSP_NONE); + this->GetWidget(WID_O_SEL_COND_AUX)->SetDisplayedPlane(SZSP_NONE); } - this->GetWidget(WID_O_SEL_COND_AUX)->SetDisplayedPlane(SZSP_NONE); this->current_aux_plane = SZSP_NONE; this->FinishInitNested(v->index); if (v->owner == _local_company) {