[TD]replace GeometryObject only after all changes are done

This commit is contained in:
wandererfan
2022-08-25 12:07:56 -04:00
committed by WandererFan
parent 67ce559bc5
commit c0d69f7d8e
4 changed files with 37 additions and 42 deletions

View File

@@ -219,7 +219,8 @@ public Q_SLOTS:
protected:
bool checkXDirection() const;
TechDraw::GeometryObject *geometryObject;
TechDraw::GeometryObject* geometryObject;
TechDraw::GeometryObject* m_tempGeometryObject; //holds the new GO until hlr is completed
Base::BoundBox3d bbox;
void onChanged(const App::Property* prop) override;