Fix View positioning for Automatic scaling

This commit is contained in:
WandererFan
2016-03-30 14:23:00 -04:00
committed by wmayer
parent 61cd534c94
commit b8b6dcb30f
2 changed files with 7 additions and 7 deletions

View File

@@ -69,7 +69,7 @@ public:
virtual PyObject *getPyObject(void);
DrawPage* findParentPage() const;
bool allowAutoPos() {return autoPos;};
bool allowAutoPos() {return autoPos;}; //sb in DPGI??
void setAutoPos(bool state) {autoPos = state;};
protected: