Commit ff3c2bb6 authored by Maciej Suminski's avatar Maciej Suminski

Worksheet is not selectable anymore.

parent 460dcfc6
......@@ -471,10 +471,12 @@ bool SELECTION_TOOL::selectable( const BOARD_ITEM* aItem ) const
return false;
break;
// These are not selectable, otherwise silkscreen drawings would be easily destroyed
case PCB_MODULE_EDGE_T:
// These are not selectable, otherwise silkscreen drawings would be easily destroyed
// and some other stuff that should be selected
case NOT_USED:
case TYPE_NOT_INIT:
return false;
break;
default: // Suppress warnings
break;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment