Invalidate object bounding box after arrange

This commit is contained in:
Enrico Turri 2020-01-28 11:11:45 +01:00
parent 15cb8ec653
commit 69549af9ac

View file

@ -674,6 +674,7 @@ public:
set_rotation(Z, rotation);
set_offset(X, unscale<double>(offs(X)));
set_offset(Y, unscale<double>(offs(Y)));
this->object->invalidate_bounding_box();
}
protected: