← Back to team overview

kicad-developers team mailing list archive

[PATCH] Fix assert on GerbView launch

 

Fixing a small bug in my recently-merged patch
That'll teach me to try to do 3 things at once ;-)
From 08ab7228870df603589c8f476c704b0435fd43fa Mon Sep 17 00:00:00 2001
From: Jon Evans <jon@xxxxxxxxxxxxx>
Date: Thu, 22 Feb 2018 19:14:27 -0500
Subject: [PATCH] Fix assert on GerbView launch

---
 pcbnew/layer_widget.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pcbnew/layer_widget.h b/pcbnew/layer_widget.h
index e80206110..532e296bd 100644
--- a/pcbnew/layer_widget.h
+++ b/pcbnew/layer_widget.h
@@ -103,6 +103,7 @@ public:
             state   = aState;
             tooltip = aTooltip;
             changeable = aChangeable;
+            spacer = false;
         }
 
         ROW()
-- 
2.14.1


Follow ups