diff --git a/common/tool/common_tools.cpp b/common/tool/common_tools.cpp
index 9995c12a40..8fbdec58b5 100644
--- a/common/tool/common_tools.cpp
+++ b/common/tool/common_tools.cpp
@@ -66,7 +66,7 @@ int COMMON_TOOLS::CursorControl( const TOOL_EVENT& aEvent )
     type &= ~ACTIONS::CURSOR_FAST_MOVE;
     bool mirroredX = getView()->IsMirroredX();
 
-    VECTOR2D cursor = getViewControls()->GetRawCursorPosition( true );
+    VECTOR2D cursor = getViewControls()->GetRawCursorPosition( false );
     VECTOR2I gridSize = VECTOR2D( m_frame->GetScreen()->GetGridSize() );
 
     if( fastMove )