Code

rationalize function names and remove spurious soft_ptr
[inkscape.git] / src / livarot / ShapeSweep.cpp
index 3e5a3bcafd93c74fac0230ffd5b5f5a4448bb652..ea401f7f05d3940b7942be699458abb1fb3bb14f 100644 (file)
@@ -75,8 +75,11 @@ Shape::Reoriente (Shape * a)
   if (numberOfPoints() > maxPt)
     {
       maxPt = numberOfPoints();
-      if (_has_points_data)
-       pData.resize(maxPt);
+      if (_has_points_data) {
+        pData.resize(maxPt);
+        _point_data_initialised = false;
+        _bbox_up_to_date = false;
+        }
     }
 
   _aretes = a->_aretes;