From 322cb29f64b7322d78d3d0433e96c5adbd4a74a7 Mon Sep 17 00:00:00 2001 From: wmayer Date: Fri, 25 May 2018 21:48:45 +0200 Subject: [PATCH] remove unrealiable implementation of ViewNormalToSketchPlaneCmd --- src/Gui/NaviCube.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Gui/NaviCube.cpp b/src/Gui/NaviCube.cpp index 7fefc48f9f..22a2a857ae 100644 --- a/src/Gui/NaviCube.cpp +++ b/src/Gui/NaviCube.cpp @@ -1334,8 +1334,8 @@ QMenu* NaviCubeImplementation::createNaviCubeMenu() { commands.push_back( new ViewPerspectiveCmd()); commands.push_back( 0); commands.push_back( new ViewZoomToFitCmd()); - commands.push_back( 0); - commands.push_back( new ViewNormalToSketchPlaneCmd()); + //commands.push_back( 0); + //commands.push_back( new ViewNormalToSketchPlaneCmd()); for (vector::iterator i=commands.begin(); i!=commands.end(); i++) { if (*i) { rcCmdMgr.addCommand(*i);