0001023: Crash when quitting after using Windows > Tile

This commit is contained in:
wmayer
2013-07-06 17:21:35 +02:00
parent efa27db67a
commit 267c8ad046
3 changed files with 13 additions and 2 deletions

View File

@@ -179,6 +179,12 @@ View3DInventor::~View3DInventor()
delete _viewer;
}
void View3DInventor::deleteSelf()
{
_viewer->setDocument(0);
MDIView::deleteSelf();
}
PyObject *View3DInventor::getPyObject(void)
{
if (!_viewerPy)