+ fix author note, fix various crashes, improve mesh selection stuff

This commit is contained in:
wmayer
2014-08-01 16:39:59 +02:00
parent 4032a88c2d
commit 7a3ddd5bae
10 changed files with 31 additions and 10 deletions

View File

@@ -58,6 +58,14 @@ AbstractSplitView::~AbstractSplitView()
}
}
void AbstractSplitView::deleteSelf()
{
for (std::vector<View3DInventorViewer*>::iterator it = _viewer.begin(); it != _viewer.end(); ++it) {
(*it)->setSceneGraph(0);
}
MDIView::deleteSelf();
}
void AbstractSplitView::setupSettings()
{
// attach Parameter Observer