From e266c6320a782cd08d0d0828a8efe0b30c855c70 Mon Sep 17 00:00:00 2001 From: wmayer Date: Wed, 30 May 2018 09:45:44 +0200 Subject: [PATCH] respect settings of locatation navicube when creating a new view --- src/Gui/View3DInventor.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Gui/View3DInventor.cpp b/src/Gui/View3DInventor.cpp index 134d5a7a46..9d0c58d9ee 100644 --- a/src/Gui/View3DInventor.cpp +++ b/src/Gui/View3DInventor.cpp @@ -169,6 +169,7 @@ View3DInventor::View3DInventor(Gui::Document* pcDocument, QWidget* parent, OnChange(*hGrp,"UseBackgroundColorMid"); OnChange(*hGrp,"ShowFPS"); OnChange(*hGrp,"ShowNaviCube"); + OnChange(*hGrp,"CornerNaviCube"); OnChange(*hGrp,"UseVBO"); OnChange(*hGrp,"Orthographic"); OnChange(*hGrp,"HeadlightColor");