diff --git a/src/geometry/vsplinepath.cpp b/src/geometry/vsplinepath.cpp index 5b841b34e..a3a350a28 100644 --- a/src/geometry/vsplinepath.cpp +++ b/src/geometry/vsplinepath.cpp @@ -159,6 +159,7 @@ VSplinePath &VSplinePath::operator =(const VSplinePath &path) VGObject::operator=(path); this->path = path.GetSplinePath(); this->kCurve = path.getKCurve(); + this->maxCountPoints = path.getMaxCountPoints(); return *this; }