[Kicad-developers] Change behaviour of selectCopper and selectNet feature

2017-02-23 Thread Thomas Pointhuber
Hy, I think the "select Copper" and "select Net" feature should also select zones, and not only track's and via's. When thinking about a user which doesn't know the behavior of the "select Copper" feature, it should be the expected assumption that this feature is really selecting the interconnect

Re: [Kicad-developers] Change behaviour of selectCopper and selectNet feature

2017-02-27 Thread Maciej SumiƄski
Hi Thomas, I see your point, but before we merge your patch, we need to address the other problem first. I would like to see a bug report, but I guess this behavior is hard to trigger without applying your patch first. BTW. are the rendering glitches visible in the linked video occurring in KiCad

Re: [Kicad-developers] Change behaviour of selectCopper and selectNet feature

2017-03-02 Thread Thomas Pointhuber
Hi Marciej, I also think the easiest way to trigger/check this bug is applying my patch and adding a breakpoint after the following line to inspect the internal state of the zone: if( aSourceItem.Type() == PCB_ZONE_AREA_T ) But this can be done locally for testing purpose, and my patch shouldn't