Invalidate object bounding box after arrange
This commit is contained in:
parent
15cb8ec653
commit
69549af9ac
1 changed files with 1 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue