1
0

fix: scaled image when window is shown

This commit is contained in:
Gary Wang
2019-10-05 12:55:09 +08:00
parent ef3b942fec
commit 1b646a5183
2 changed files with 10 additions and 2 deletions

View File

@@ -55,6 +55,7 @@ private:
GraphicsView *m_graphicsView;
NavigatorView *m_gv;
BottomButtonGroup *m_bottomButtonGroup;
bool m_protectedMode = false;
bool m_clickedOnWindow = false;
};