diff --git a/pcbnew/tools/selection_tool.cpp b/pcbnew/tools/selection_tool.cpp index e0e0e72907..bdffafc4a9 100644 --- a/pcbnew/tools/selection_tool.cpp +++ b/pcbnew/tools/selection_tool.cpp @@ -1756,6 +1756,10 @@ bool SELECTION_TOOL::selectable( const BOARD_ITEM* aItem, bool checkVisibilityOn break; } + + case PCB_MARKER_T: // Always selectable + return true; + // These are not selectable case NOT_USED: case TYPE_NOT_INIT: