Expand all items in new treeview

This commit is contained in:
Magne Sjaastad 2015-08-07 21:49:23 +02:00
parent cf1cda6fb0
commit 8035b46d29

View File

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