Hi, I have my KiCad Windows development system going and browsing my way through pcbnew, getting up to speed on the internal workings of moving and dragging.
I think I have observed an issue in moveIndividually, the ctrl-M command. When you select multiple traces, the first trace is moved nicely, but every trace after that is mangled. I believe this is because in edit_tool_move_fct.cpp on line 717: nextItem->SetPosition( controls->GetMousePosition( true ) ); When the item is a track, only one end of the track is moved, and so now the tack shape is mangled. When this line is commented out, the track shape is maintained, but the grab position is not at the track and is really annoying. As this is my first playing with KiCad and pcbnew, I am unsure on how to make the mouse position warp to the current track location, or move the track to the current mouse location without damaging the track shape. This would then fix the moveIndividually ctrl-M command for tracks. Regards Stuart -- You received this message because you are subscribed to the Google Groups "KiCad Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to devlist+unsubscr...@kicad.org. To view this discussion on the web visit https://groups.google.com/a/kicad.org/d/msgid/devlist/f6189eca-d5c5-4509-8a36-421fee424c48n%40kicad.org.