Fix iso View position in AutoDistribute

This commit is contained in:
wandererfan
2018-07-28 20:21:04 -04:00
committed by Yorik van Havre
parent 5380a03266
commit f9aa3ea957
6 changed files with 23 additions and 57 deletions

View File

@@ -76,10 +76,6 @@ public:
virtual PyObject *getPyObject(void) override;
DrawPage* findParentPage() const;
bool allowAutoPos() {return autoPos;} //sb in DPGI??
void setAutoPos(bool state) {autoPos = state;} //autopos is obsolete
bool isMouseMove() {return mouseMove;}
void setMouseMove(bool state) {mouseMove = state;}
virtual QRectF getRect() const; //must be overridden by derived class
virtual double autoScale(double w, double h) const;
virtual bool checkFit(DrawPage*) const;