mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
ODB++: Set COLOR=0 in MATRIX and remove MAX_UID from MISC per the standard
Signed-off-by: Eric Kuzmenko <eric.n.kuzmenko@gmail.com>
This commit is contained in:
parent
f9d571bf7d
commit
707a8f6c1b
@ -84,8 +84,7 @@ ODB_MISC_ENTITY::ODB_MISC_ENTITY()
|
||||
{ wxS( "CREATION_DATE" ), wxDateTime::Now().FormatISOCombined() },
|
||||
{ wxS( "SAVE_DATE" ), wxDateTime::Now().FormatISOCombined() },
|
||||
{ wxS( "SAVE_APP" ), wxS( "Pcbnew" ) },
|
||||
{ wxS( "SAVE_USER" ), wxS( "" ) },
|
||||
{ wxS( "MAX_UID" ), wxS( "" ) } };
|
||||
{ wxS( "SAVE_USER" ), wxS( "" ) } };
|
||||
}
|
||||
|
||||
|
||||
@ -399,7 +398,7 @@ void ODB_MATRIX_ENTITY::GenerateFiles( ODB_TREE_WRITER& writer )
|
||||
twriter.WriteEquationLine( "START_NAME", wxEmptyString );
|
||||
twriter.WriteEquationLine( "END_NAME", wxEmptyString );
|
||||
}
|
||||
twriter.WriteEquationLine( "COLOR", wxEmptyString );
|
||||
twriter.WriteEquationLine( "COLOR", "0" );
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user