[TD]rename CopyView to ShareView

This commit is contained in:
Wanderer Fan
2022-02-02 10:21:39 -05:00
committed by WandererFan
parent 9760384b64
commit 4fd28100ce
8 changed files with 28 additions and 29 deletions

View File

@@ -507,10 +507,8 @@ void MDIViewPage::fixOrphans(bool force)
}
} else if (numParentPages > 1) {
//DrawView belongs to multiple DrawPages
//this is a problem - not supposed to happen
//check if this MDIViewPage corresponds to any parent DrawPage
//if not, delete the QGItem
Base::Console().Warning("%s belongs to multiple Pages\n", obj->getNameInDocument());
std::vector<TechDraw::DrawPage*> pPages = qv->getViewObject()->findAllParentPages();
bool found = false;
for (auto p: pPages) {