Sketcher hyperbola creation fix

removing line to origin during creation
This commit is contained in:
Abdullah Tahiri 2016-01-31 18:50:15 +01:00 committed by wmayer
parent 96ae5272db
commit 3a33fc292e

View File

@ -3572,7 +3572,7 @@ public:
else if(Mode==STATUS_SEEK_Second) {
EditCurve[1] = onSketchPos;
axisPoint = onSketchPos;
EditCurve.resize(34);
EditCurve.resize(31);
Mode = STATUS_SEEK_Third;
}
else if(Mode==STATUS_SEEK_Third) {