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

@@ -138,7 +138,7 @@ SOQT_OBJECT_ABSTRACT_SOURCE(View3DInventorViewer);
View3DInventorViewer::View3DInventorViewer (QWidget *parent, const char *name,
SbBool embed, Type type, SbBool build)
: inherited (parent, name, embed, type, build), editViewProvider(0),navigation(0),
editing(FALSE), redirected(FALSE)
editing(FALSE), redirected(FALSE), allowredir(FALSE)
{
Gui::Selection().Attach(this);