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 97614e0341
commit a0e3ab1a40
7 changed files with 104 additions and 41 deletions

View File

@@ -52,6 +52,7 @@ public:
bool isUnsetting(void) { return nowUnsetting; }
int countChildren();
void lockChildren(void);
virtual void onDocumentRestored();
virtual App::DocumentObjectExecReturn *execute(void);