mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-04-20 09:51:40 +00:00
Fix test failures.
This commit is contained in:
parent
b42395ec8d
commit
d7f26cfdf2
@ -865,7 +865,7 @@ bool COMPILER::generateUCode( UCODE* aCode, CONTEXT* aPreflightContext )
|
||||
}
|
||||
else
|
||||
{
|
||||
value = DoubleValueFromString( EDA_UNITS::MILLIMETRES, *node->value.str );
|
||||
value = DoubleValueFromString( EDA_UNITS::UNSCALED, *node->value.str );
|
||||
}
|
||||
|
||||
node->SetUop( TR_UOP_PUSH_VALUE, value );
|
||||
|
Loading…
Reference in New Issue
Block a user