diff --git a/pcbnew/tools/selection_tool.cpp b/pcbnew/tools/selection_tool.cpp index 68afe3b1b3..095f643bca 100644 --- a/pcbnew/tools/selection_tool.cpp +++ b/pcbnew/tools/selection_tool.cpp @@ -101,7 +101,7 @@ int SELECTION_TOOL::Main( TOOL_EVENT& aEvent ) // single click? Select single object if( evt->IsClick( BUT_LEFT ) ) { - if( evt->Modifier( MD_CTRL ) ) + if( evt->Modifier( MD_CTRL ) && !m_editModules ) { highlightNet( evt->Position() ); }