[Kicad-developers] [PATCH] Draw junctions last

2017-11-03 Thread Seth Hillbrand
​Kevin made a ​request to have junctions draw last on schematics to avoid a visual negative. This patch provides that functionality. Since it was independent of the other junction work, I'm formatting it as a separate patch to master. -S From e48ea3aed5f6d3d371b34320c1cb188a3b6b6b90 Mon Sep 17 0

Re: [Kicad-developers] [PATCH] Draw junctions last

2017-11-03 Thread Kevin Cozens
On 2017-11-03 02:00 PM, Seth Hillbrand wrote: ​Kevin made a ​request to have junctions draw last on schematics to avoid a visual negative. This patch provides that functionality. tyvm, Seth. I applied your patch to the latest code from git master and it worked. -- Cheers! Kevin. http

Re: [Kicad-developers] [PATCH] Draw junctions last

2017-11-03 Thread eldar.khayrullin
The related bug: https://bugs.launchpad.net/kicad/+bug/1582343 В Пятница, 3 ноя. 2017 в 9:00 П. П., Seth Hillbrand написал: ​Kevin made a ​request to have junctions draw last on schematics to avoid a visual negative. This patch provides that functionality. Since it was independent of the o

Re: [Kicad-developers] [PATCH] Draw junctions last

2017-11-06 Thread Nick Østergaard
What does the issue look like visually? Do you have a demo file to verify this patch? This is nice to know if someone reports this issue in stable. 2017-11-03 21:08 GMT+01:00 Kevin Cozens : > On 2017-11-03 02:00 PM, Seth Hillbrand wrote: > >> ​Kevin made a ​request to have junctions draw last

Re: [Kicad-developers] [PATCH] Draw junctions last

2017-11-06 Thread Seth Hillbrand
Hi Nick- Attached are two images, showing the issue and the resolution. The attached schematic should also show it on your machine. Note that this is captured in Eldar's bug report as well. -Seth On Mon, Nov 6, 2017 at 4:37 AM, Nick Østergaard wrote: > What does the issue look like visually?

Re: [Kicad-developers] [PATCH] Draw junctions last

2017-11-06 Thread Nick Østergaard
Ohh, I have never seen that. I guess this is because I always use the default colors for wires which is the same green as the junction dot. Thank you for the clarificaiton :) 2017-11-06 19:01 GMT+01:00 Seth Hillbrand : > Hi Nick- > > Attached are two images, showing the issue and the resolution.