Fix #3810 X/Y Property Update on Locked View

- fixes x/y update when position locked for simple
  Views and ProjectionGroups.
This commit is contained in:
wandererfan
2019-01-29 20:59:57 -05:00
committed by wmayer
parent cb44a9900a
commit 2240ba0e2a
7 changed files with 104 additions and 41 deletions

View File

@@ -87,9 +87,11 @@ public:
virtual double getScale(void) const;
void checkScale(void);
void requestPaint(void);
virtual void handleXYLock(void);
virtual bool isLocked(void) const;
protected:
void onChanged(const App::Property* prop) override;
virtual void onChanged(const App::Property* prop) override;
std::string pageFeatName;
bool autoPos;
bool mouseMove;