Fixed Crash when changing color under MacOSX. This could also affect all versions.

This commit is contained in:
charras 2009-07-09 04:55:55 +00:00
parent 06d37c4b01
commit e4656c440d
1 changed files with 1 additions and 1 deletions

View File

@ -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] =
{ {