diff --git a/src/Gui/NaviCube.cpp b/src/Gui/NaviCube.cpp index 242e65164d..eb9f927954 100644 --- a/src/Gui/NaviCube.cpp +++ b/src/Gui/NaviCube.cpp @@ -1557,7 +1557,7 @@ bool NaviCubeImplementation::mouseReleased(short x, short y) { } break; case TEX_BOTTOM_REAR_LEFT: - setView(270 + rot - 90, 90 + tilt); + viewRot = setView(270 + rot - 90, 90 + tilt); if (toNearest) { if (ViewRotMatrix[1][0] > 0.4823) viewRot = rotateView(viewRot, 0, 120, SbVec3f(1, -1, 1));