[TD]fix Jumping Dimensions

- X,Y were changed to PropertyLength (>0), but some X,Y
  are relative, so X,Y sb PropertyDistance.
This commit is contained in:
wandererfan
2019-12-03 08:34:02 -05:00
committed by WandererFan
parent ea0868a433
commit 2fbf35eb50
2 changed files with 15 additions and 17 deletions

View File

@@ -52,8 +52,8 @@ public:
DrawView(void);
virtual ~DrawView();
App::PropertyLength X;
App::PropertyLength Y;
App::PropertyDistance X;
App::PropertyDistance Y;
App::PropertyBool LockPosition;
App::PropertyFloatConstraint Scale;