Sketcher: Hyperbola: fix crash when drawing a new one

This commit is contained in:
DeepSOIC 2016-01-13 01:42:27 +03:00 committed by wmayer
parent c1da7d6125
commit 6fce841404

View File

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