Added 'is_serializing' flag to GLGizmoBase::data_changed function

This commit is contained in:
Lukas Matena 2023-03-14 13:34:33 +01:00
parent 993d6bd561
commit e29970a2ed
26 changed files with 28 additions and 28 deletions

View file

@ -2496,7 +2496,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())