0001064: Crash occurs in version 0.13 when trying to use alignment tool

This commit is contained in:
wmayer
2013-03-30 14:46:51 +01:00
parent c70a39c961
commit 7c3e6fa50f
4 changed files with 11 additions and 13 deletions

View File

@@ -217,7 +217,6 @@ View3DInventorViewer::View3DInventorViewer (QWidget *parent, const char *name,
// must be created. Using an SoSeparator avoids this drawback.
selectionRoot = new Gui::SoFCUnifiedSelection();
selectionRoot->applySettings();
selectionRoot->viewer = this;
#endif
// set the ViewProvider root node
pcViewProviderRoot = selectionRoot;