diff --git a/src/order_gui.cpp b/src/order_gui.cpp index 7dca85bcc7..798b1b793f 100644 --- a/src/order_gui.cpp +++ b/src/order_gui.cpp @@ -868,7 +868,9 @@ public: this->CreateNestedTree(); this->vscroll = this->GetScrollbar(WID_O_SCROLLBAR); - this->GetWidget(WID_O_SEL_OCCUPANCY)->SetDisplayedPlane(SZSP_NONE); + if (v->owner == _local_company) { + this->GetWidget(WID_O_SEL_OCCUPANCY)->SetDisplayedPlane(SZSP_NONE); + } this->FinishInitNested(v->index); if (v->owner == _local_company) { this->DisableWidget(WID_O_EMPTY);