Hi Jose, Thank you for fixing the problem. I have just pushed your patch to the master branch.
Regards, Orson On 11/20/2017 05:29 PM, José Ignacio 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 : kicad-developers@lists.launchpad.net > Unsubscribe : https://launchpad.net/~kicad-developers > More help : https://help.launchpad.net/ListHelp >
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-developers@lists.launchpad.net Unsubscribe : https://launchpad.net/~kicad-developers More help : https://help.launchpad.net/ListHelp