diff --git a/src/Gui/NaviCube.cpp b/src/Gui/NaviCube.cpp index 99433ee876..ef7b19db5d 100644 --- a/src/Gui/NaviCube.cpp +++ b/src/Gui/NaviCube.cpp @@ -1619,7 +1619,7 @@ bool NaviCubeImplementation::mouseReleased(short x, short y) { viewRot = rotateView(viewRot, DIR_RIGHT, rotStepAngle); break; case TEX_DOT_BACKSIDE: - viewRot = rotateView(viewRot, 0, 180); + viewRot = rotateView(viewRot, DIR_UP, 180); break; case TEX_VIEW_MENU_FACE: handleMenu();