From ec0d0beb19818ee9e99df44e301c35c0e659454f Mon Sep 17 00:00:00 2001 From: Uwe Date: Sat, 12 Mar 2022 19:19:16 +0100 Subject: [PATCH] [skip ci] [Gui] fix a typo --- src/Gui/NaviCube.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Gui/NaviCube.cpp b/src/Gui/NaviCube.cpp index 493edbf36a..625856719b 100644 --- a/src/Gui/NaviCube.cpp +++ b/src/Gui/NaviCube.cpp @@ -1196,7 +1196,7 @@ bool NaviCubeImplementation::mouseReleased(short x, short y) { setHilite(0); m_MouseDown = false; - // get the curent view + // get the current view SbMatrix ViewRotMatrix; SbRotation CurrentViewRot = m_View3DInventorViewer->getCameraOrientation(); CurrentViewRot.getValue(ViewRotMatrix);