diff --git a/pcbnew/tools/drawing_tool.cpp b/pcbnew/tools/drawing_tool.cpp index 3681044686..769e1c689f 100644 --- a/pcbnew/tools/drawing_tool.cpp +++ b/pcbnew/tools/drawing_tool.cpp @@ -1308,7 +1308,7 @@ int DRAWING_TOOL::placeTextModule() if( !placing ) continue; - + m_controls->CaptureCursor( true ); m_controls->SetAutoPan( true ); m_controls->ShowCursor( false );