feat: option to use light checkerboard by default

This commit is contained in:
2024-10-10 22:58:11 +08:00
parent 3a5ead8cc2
commit 470a29c38c
6 changed files with 27 additions and 5 deletions

View File

@ -70,7 +70,7 @@ private:
bool m_enableFitInView = false;
bool m_avoidResetTransform = false;
bool m_checkerboardEnabled = false;
bool m_isLastCheckerboardColorInverted = false;
bool m_useLightCheckerboard = false;
};
#endif // GRAPHICSVIEW_H