summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/datavis3d/engine/bars3dcontroller.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/datavis3d/engine/bars3dcontroller.cpp b/src/datavis3d/engine/bars3dcontroller.cpp
index 00c6353c..21520a61 100644
--- a/src/datavis3d/engine/bars3dcontroller.cpp
+++ b/src/datavis3d/engine/bars3dcontroller.cpp
@@ -209,8 +209,7 @@ void Bars3dController::mousePressEvent(QMouseEvent *event, const QPoint &mousePo
#if !defined(Q_OS_ANDROID)
m_mouseState = Bars3dController::MouseOnScene;
#else
- if (!m_isSlicingActivated)
- m_mouseState = Bars3dController::MouseRotating;
+ m_mouseState = Bars3dController::MouseRotating;
#endif
// update mouse positions to prevent jumping when releasing or repressing a button
m_mousePos = event->pos();