[Kicad-developers] [PATCH] Draw zone hatching in GAL

2017-02-26 Thread John Beard
Hi, Here's a patch to draw the zone hatching in GAL. The hatching is already contained within the ZONE_CONTAINER objects, so this patch just regenerates the hatching at opportune times, and renders it when the zone is drawn. Cheers, John From 9c9a512d0490c9b7776c4f54b625cd42acfbe070 Mon Sep 17

Re: [Kicad-developers] [PATCH] Draw zone hatching in GAL

2017-02-27 Thread Maciej SumiƄski
Hi John, Thank you for the patch, I have just merged it. Cheers, Orson On 02/26/2017 09:11 AM, John Beard wrote: > Hi, > > Here's a patch to draw the zone hatching in GAL. > > The hatching is already contained within the ZONE_CONTAINER objects, > so this patch just regenerates the hatching at