fix: always flip according to current viewport state

This commit is contained in:
Gary Wang
2021-03-27 22:22:04 +08:00
parent 483bb07b09
commit e1324d901c
2 changed files with 8 additions and 14 deletions

View File

@ -59,8 +59,6 @@ private:
void setCheckerboardEnabled(bool enabled, bool invertColor = false);
void applyTransformationModeByScaleFactor();
void resetWithScaleAndRotate(qreal scaleFactor, qreal rotateAngle);
bool m_enableFitInView = false;
bool m_checkerboardEnabled = false;
bool m_isLastCheckerboardColorInverted = false;