Allow no-connects to be dragged.

Fixes: lp:1821342
* https://bugs.launchpad.net/kicad/+bug/1821342

(cherry picked from commit c78c3c8198)
This commit is contained in:
Jeff Young 2019-04-09 00:34:01 +01:00
parent 7ceff4cf5d
commit 42d9f42807
1 changed files with 1 additions and 0 deletions

View File

@ -135,6 +135,7 @@ const KICAD_T SCH_COLLECTOR::MovableItems[] = {
const KICAD_T SCH_COLLECTOR::DraggableItems[] = {
SCH_JUNCTION_T,
SCH_NO_CONNECT_T,
SCH_BUS_BUS_ENTRY_T,
SCH_BUS_WIRE_ENTRY_T,
SCH_LINE_T,