Fix of freez when undo redo on text with modifier.
This commit is contained in:
parent
b9ac8aeafa
commit
ad81d530b1
26 changed files with 31 additions and 30 deletions
|
@ -2510,7 +2510,7 @@ CommonGizmosDataID GLGizmoCut3D::on_get_requirements() const {
|
|||
| int(CommonGizmosDataID::ObjectClipper));
|
||||
}
|
||||
|
||||
void GLGizmoCut3D::data_changed()
|
||||
void GLGizmoCut3D::data_changed(bool is_serializing)
|
||||
{
|
||||
update_bb();
|
||||
if (auto oc = m_c->object_clipper())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue