From dd5a407f10852d5b64b2e73b0fac318412af5341 Mon Sep 17 00:00:00 2001 From: faa Date: Fri, 12 Feb 2010 14:06:38 +0000 Subject: [PATCH] segfault eeschema at color setup --- eeschema/eelayer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eeschema/eelayer.h b/eeschema/eelayer.h index a6b5a5763f..6423eae8b8 100644 --- a/eeschema/eelayer.h +++ b/eeschema/eelayer.h @@ -13,7 +13,7 @@ class wxStdDialogButtonSizer; // Specify how many elements are contained within laytool_list[] -const int NB_BUTT = 24; // Includes an element associated with the grid +const int NB_BUTT = 23; // Includes an element associated with the grid // Specify how many elements are contained within laytool_index[] const int BUTTON_GROUPS = 5;