Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
kicad-source-mirror
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
kicad-source-mirror
Commits
d03d8815
Commit
d03d8815
authored
Mar 02, 2009
by
dickelbeck
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
grid color saved in config file
parent
fa9230e2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
1 deletion
+10
-1
eeconfig.h
eeschema/eeconfig.h
+10
-1
No files found.
eeschema/eeconfig.h
View file @
d03d8815
...
@@ -271,6 +271,14 @@ static PARAM_CFG_SETCOLOR ColorLayerErcErrCfg
...
@@ -271,6 +271,14 @@ static PARAM_CFG_SETCOLOR ColorLayerErcErrCfg
RED
/* Default value */
RED
/* Default value */
);
);
static
PARAM_CFG_SETCOLOR
ColorLayerGridCfg
(
INSETUP
,
wxT
(
"ColorGrid"
),
/* Ident String */
&
g_GridColor
,
/* Parameter address */
DARKDARKGRAY
/* Default value */
);
static
PARAM_CFG_INT
PlotMarginCfg
static
PARAM_CFG_INT
PlotMarginCfg
(
(
INSETUP
,
INSETUP
,
...
@@ -493,7 +501,7 @@ PARAM_CFG_BASE* ParamCfgList[] =
...
@@ -493,7 +501,7 @@ PARAM_CFG_BASE* ParamCfgList[] =
&
ColorLayerBusCfg
,
&
ColorLayerBusCfg
,
&
ColorLayerJunctionCfg
,
&
ColorLayerJunctionCfg
,
&
ColorLayerLLabelCfg
,
&
ColorLayerLLabelCfg
,
&
ColorLayerHierarLabelCfg
,
&
ColorLayerHierarLabelCfg
,
&
ColorLayerGLabelCfg
,
&
ColorLayerGLabelCfg
,
&
ColorLayerPinFunCfg
,
&
ColorLayerPinFunCfg
,
&
ColorLayerPinNumCfg
,
&
ColorLayerPinNumCfg
,
...
@@ -513,6 +521,7 @@ PARAM_CFG_BASE* ParamCfgList[] =
...
@@ -513,6 +521,7 @@ PARAM_CFG_BASE* ParamCfgList[] =
&
ColorLayerNoConnectCfg
,
&
ColorLayerNoConnectCfg
,
&
ColorLayerErcWarnCfg
,
&
ColorLayerErcWarnCfg
,
&
ColorLayerErcErrCfg
,
&
ColorLayerErcErrCfg
,
&
ColorLayerGridCfg
,
&
PlotMarginCfg
,
&
PlotMarginCfg
,
&
HPGLSpeed
,
&
HPGLSpeed
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment