Sketcher: Fixed keeping sign of constraints.

This commit is contained in:
Eivind Kvedalen
2015-10-05 00:02:41 +02:00
committed by wmayer
parent 51e4eebbc6
commit 208ba9eb9d
5 changed files with 18 additions and 11 deletions

View File

@@ -466,7 +466,7 @@ const Constraint * PropertyConstraintList::getConstraint(const ObjectIdentifier
const boost::any PropertyConstraintList::getPathValue(const ObjectIdentifier &path) const
{
return boost::any(getConstraint(path)->getValue());
return boost::any(getConstraint(path)->getPresentationValue());
}
const ObjectIdentifier PropertyConstraintList::canonicalPath(const ObjectIdentifier &p) const