[TD]Ensure changed expression value is processed

This commit is contained in:
wandererfan
2025-07-31 16:27:07 -04:00
committed by Chris Hennes
parent 131737a4fc
commit d0faf2a6b4
6 changed files with 4 additions and 34 deletions

View File

@@ -52,7 +52,7 @@ class TechDrawExport DrawView : public App::DocumentObject
public:
/// Constructor
DrawView();
~DrawView() override;
~DrawView() override = default;
App::PropertyDistance X;
App::PropertyDistance Y;