Added CopyReferencesToClipboardFeature

This commit is contained in:
Magne Sjaastad
2015-08-13 20:22:49 +02:00
parent 69243076b2
commit a1ecc50605
9 changed files with 277 additions and 4 deletions

View File

@@ -1287,6 +1287,8 @@ void RiuMainWindow::setPdmRoot(caf::PdmObject* pdmRoot)
m_projectTreeView->setPdmItem(pdmRoot);
m_projectTreeView->treeView()->expandAll();
caf::SelectionManager::instance()->setPdmRootObject(pdmRoot);
}
//--------------------------------------------------------------------------------------------------