Friendly bump, this bug is very annoying, related bug report https://bugs.launchpad.net/kicad/+bug/1722512 this patch fixes it.
On Mon, Nov 20, 2017 at 10:29 AM, José Ignacio <[email protected]> wrote: > A change in commit 57310001350 caused kicad to stop allowing users > to move items like footprints, arcs and lines using anchors other > than the center point. > > This was caused by the new code that stores reference points for > clipboard pasting, a call to updateModificationPoint() prevented > some old code paths from executing, which caused the selection to > snap into the cursor, always using the center anchor. > > This fix moves the call within the if-cases that need it, and adds > a ClearReferencePoint call when the selection is "dropped" to allow > the user to grab the same selection again from a different anchor. > >
_______________________________________________ Mailing list: https://launchpad.net/~kicad-developers Post to : [email protected] Unsubscribe : https://launchpad.net/~kicad-developers More help : https://help.launchpad.net/ListHelp

