+ share GL widgets when creating further 3d views of a document

This commit is contained in:
wmayer
2014-10-15 12:04:06 +02:00
parent 2900f31050
commit e0d755b91d
8 changed files with 64 additions and 51 deletions

View File

@@ -641,7 +641,7 @@ void Application::slotNewDocument(const App::Document& Doc)
signalNewDocument(*pDoc);
pDoc->createView("View3DIv");
pDoc->createView(View3DInventor::getClassTypeId());
qApp->processEvents(); // make sure to show the window stuff on the right place
}