[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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user