Re: [Kicad-developers] [PATCH 2/2] Legacy handling for Via tool

2017-07-22 Thread Simon Richter
Hi, On 22.07.2017 08:27, Heikki Pulkkinen wrote: > https://github.com/heikkipu/kicad-devel Ah, but not merged yet. When Heikki's branch is merged, that patch can be disregarded. Simon signature.asc Description: OpenPGP digital signature ___

Re: [Kicad-developers] [PATCH 2/2] Legacy handling for Via tool

2017-07-22 Thread Heikki Pulkkinen
Hi Simon It is available. https://github.com/heikkipu/kicad-devel Heikki 22.7.2017 1.44 "Simon Richter" kirjoitti: > > This tool isn't available in the Legacy canvas, but we still need to handle > the selection event and show an appropriate error message if the tool

[Kicad-developers] [PATCH 2/2] Legacy handling for Via tool

2017-07-21 Thread Simon Richter
This tool isn't available in the Legacy canvas, but we still need to handle the selection event and show an appropriate error message if the tool is used. --- pcbnew/edit.cpp| 1 + pcbnew/onleftclick.cpp | 1 + 2 files changed, 2 insertions(+) diff --git a/pcbnew/edit.cpp