Sketcher: fix repr string for symmetric constr.

This commit is contained in:
DeepSOIC
2015-03-26 22:55:30 +03:00
committed by wmayer
parent d15f0d5317
commit 0a83b2460c

View File

@@ -456,6 +456,7 @@ std::string ConstraintPy::representation(void) const
else
result << "'AngleViaPoint'>";
break;
case Symmetric : result << "'Symmetric'>"; break;
case SnellsLaw : result << "'SnellsLaw'>"; break;
case InternalAlignment :
switch(this->getConstraintPtr()->AlignmentType) {