Skip to content

Commit b9eb49f

Browse files
committed
chore: change default behavior of keep-transform
1 parent f0ed9d0 commit b9eb49f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/graphicsview.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ public slots:
7070
// ... or even more? e.g. "fit/snap width" things...
7171
// Currently it's "no fit" when it's false and "fit when view is smaller" when it's true.
7272
bool m_enableFitInView = false;
73-
bool m_avoidResetTransform = false;
73+
bool m_avoidResetTransform = true;
7474
bool m_checkerboardEnabled = false;
7575
bool m_useLightCheckerboard = false;
7676
bool m_firstUserMediaLoaded = false;

0 commit comments

Comments
 (0)