Re: [Kicad-developers] [PATCH] Allow items to be moved from all anchor points

2017-11-23 Thread Maciej Sumiński
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 >

Re: [Kicad-developers] [PATCH] Allow items to be moved from all anchor points

2017-11-22 Thread José Ignacio
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 wrote: > A change in commit 57310001350 caused kicad to stop allowing users > to move items like

[Kicad-developers] [PATCH] Allow items to be moved from all anchor points

2017-11-20 Thread José Ignacio
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