Fixed default values for grainline formulas
--HG-- branch : feature
This commit is contained in:
parent
1f67e327c4
commit
ddb040901b
|
@ -734,7 +734,7 @@ void VPattern::ParseDetailElement(const QDomElement &domElement, const Document
|
|||
catch (VExceptionEmptyParameter eep)
|
||||
{
|
||||
Q_UNUSED(eep);
|
||||
detail.GetGrainlineGeometry().SetLength("");
|
||||
detail.GetGrainlineGeometry().SetLength("0");
|
||||
}
|
||||
|
||||
try
|
||||
|
@ -745,7 +745,7 @@ void VPattern::ParseDetailElement(const QDomElement &domElement, const Document
|
|||
catch(VExceptionEmptyParameter eep)
|
||||
{
|
||||
Q_UNUSED(eep);
|
||||
detail.GetGrainlineGeometry().SetRotation("");
|
||||
detail.GetGrainlineGeometry().SetRotation("90");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user