[TD]fix X,Y change propagation

- X,Y changes to object1 were not propagated to
  object2 linked by expression
This commit is contained in:
Wanderer Fan
2022-05-02 13:51:04 -04:00
committed by WandererFan
parent c365031c51
commit 67ac6019eb
2 changed files with 6 additions and 20 deletions

View File

@@ -66,7 +66,6 @@ public:
/** @name methods override Feature */
//@{
/// recalculate the Feature
virtual App::DocumentObjectExecReturn *recompute() override;
virtual App::DocumentObjectExecReturn *execute(void) override;
virtual void onDocumentRestored() override;
virtual short mustExecute() const override;