Commit d03d8815 authored by dickelbeck's avatar dickelbeck

grid color saved in config file

parent fa9230e2
...@@ -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,
...@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment