diff --git a/core_lib/src/interface/scribblearea.cpp b/core_lib/src/interface/scribblearea.cpp index 4514272b07..56eef98c31 100644 --- a/core_lib/src/interface/scribblearea.cpp +++ b/core_lib/src/interface/scribblearea.cpp @@ -669,7 +669,6 @@ void ScribbleArea::pointerReleaseEvent(PointerEvent* event) if (event->buttons() & (Qt::RightButton | Qt::MiddleButton)) { - getTool(HAND)->pointerReleaseEvent(event); mMouseRightButtonInUse = false; return; }