Added 'is_serializing' flag to GLGizmoBase::data_changed function
This commit is contained in:
parent
993d6bd561
commit
e29970a2ed
26 changed files with 28 additions and 28 deletions
|
@ -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())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue