Fixed Crash when changing color under MacOSX. This could also affect all versions.
This commit is contained in:
parent
06d37c4b01
commit
e4656c440d
|
@ -89,7 +89,7 @@ int g_GhostColor;
|
||||||
* Please: if you change a value, remember these values are carefully chosen
|
* Please: if you change a value, remember these values are carefully chosen
|
||||||
* to have good results in pcbnew, that uses the ORed value of basic colors
|
* to have good results in pcbnew, that uses the ORed value of basic colors
|
||||||
* when displaying superimposed objects
|
* when displaying superimposed objects
|
||||||
* The NULL value of the last item can be used as an end of list item
|
* This list must have exactly NBCOLOR items
|
||||||
*/
|
*/
|
||||||
StructColors ColorRefs[NBCOLOR] =
|
StructColors ColorRefs[NBCOLOR] =
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue