diff --git a/pcbnew/tools/selection_tool.cpp b/pcbnew/tools/selection_tool.cpp index cc01937471..4aad6e8649 100644 --- a/pcbnew/tools/selection_tool.cpp +++ b/pcbnew/tools/selection_tool.cpp @@ -1874,7 +1874,7 @@ bool SELECTION_TOOL::Selectable( const BOARD_ITEM* aItem, bool checkVisibilityOn case PCB_MODULE_EDGE_T: // Module edge selections are only allowed in modedit mode. - if( !m_editModules ) + if( !m_editModules && !checkVisibilityOnly ) return false; break;