1
0

minor tweaks, fix typo, add new bug

This commit is contained in:
Gary Wang
2019-10-02 14:31:24 +08:00
parent e0d5c9db3d
commit ad879f8f8b
7 changed files with 31 additions and 17 deletions

View File

@@ -20,6 +20,8 @@ public:
GraphicsScene * scene() const;
void setScene(GraphicsScene *scene);
void checkAndDoFitInView();
public slots:
void toggleCheckerboard();
@@ -36,7 +38,6 @@ private:
bool isThingSmallerThanWindowWith(const QTransform &transform) const;
bool shouldIgnoreMousePressMoveEvent(const QMouseEvent *event) const;
void checkAndDoFitInView();
void setCheckerboardEnabled(bool enabled);
bool m_enableFitInView = false;