Browse Source
When expanding the drag item to allow corners, we accidentally picked up other items in the list. This limits the items that can be dragged to only those that are explicitly in the draggable list. A side effect of this commit is that when converting from move to drag (with tab), items not in the draggable list will be left in place. Fixes: lp:1787966 * https://bugs.launchpad.net/kicad/+bug/1787966pull/13/head
2 changed files with 19 additions and 1 deletions
Loading…
Reference in new issue