Fix update of children on parent LockPosition change

This commit is contained in:
wandererfan
2019-02-13 09:03:35 -05:00
committed by wmayer
parent 9de6ff802a
commit 5259134af3
3 changed files with 30 additions and 7 deletions

View File

@@ -160,6 +160,7 @@ protected:
TechDraw::DrawPage * getPage(void) const;
void updateChildren(void);
void updateChildrenSource(void);
void updateChildrenLock(void);
int getViewIndex(const char *viewTypeCStr) const;
};