Fix of freez when undo redo on text with modifier.

This commit is contained in:
Filip Sykala - NTB T15p 2023-04-03 16:24:07 +02:00
parent b9ac8aeafa
commit ad81d530b1
26 changed files with 31 additions and 30 deletions

View file

@ -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())