diff --git a/pcbnew/tools/selection_tool.cpp b/pcbnew/tools/selection_tool.cpp index 3c4de99eb1..de939ff15c 100644 --- a/pcbnew/tools/selection_tool.cpp +++ b/pcbnew/tools/selection_tool.cpp @@ -73,7 +73,8 @@ public: Add( PCB_ACTIONS::selectConnection ); Add( PCB_ACTIONS::selectNet ); - Add( PCB_ACTIONS::deselectNet ); + // This could be enabled if we have better logic for picking the target net with the mouse + // Add( PCB_ACTIONS::deselectNet ); Add( PCB_ACTIONS::selectSameSheet ); }