We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b964fdc commit bcb0c4dCopy full SHA for bcb0c4d
app/graphicsview.h
@@ -70,7 +70,7 @@ public slots:
70
// ... or even more? e.g. "fit/snap width" things...
71
// Currently it's "no fit" when it's false and "fit when view is smaller" when it's true.
72
bool m_enableFitInView = false;
73
- bool m_avoidResetTransform = false;
+ bool m_avoidResetTransform = true;
74
bool m_checkerboardEnabled = false;
75
bool m_useLightCheckerboard = false;
76
bool m_firstUserMediaLoaded = false;
0 commit comments