0001087: Inventor Navigation continues with released Mouse Button

This commit is contained in:
wmayer
2013-04-27 22:10:59 +02:00
parent af8955aac0
commit 9505f0db99
5 changed files with 13 additions and 2 deletions

View File

@@ -436,6 +436,7 @@ void ViewProviderInspection::inspectCallback(void * ud, SoEventCallback * n)
view->setEditing(false);
view->getWidget()->setCursor(QCursor(Qt::ArrowCursor));
view->setRedirectToSceneGraph(false);
view->setRedirectToSceneGraphEnabled(false);
view->removeEventCallback(SoButtonEvent::getClassTypeId(), inspectCallback);
}
}