[TD]replace GeometryObject only after all changes are done
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user