[Spreadsheet] Fix unset zoom level

This commit is contained in:
xtemp09
2025-03-03 16:13:21 +07:00
committed by Chris Hennes
parent 7d28636e05
commit 4cb8384145

View File

@@ -70,7 +70,7 @@ private:
QGraphicsScene m_scene;
QGraphicsProxyWidget* qpw {nullptr};
int m_zoomLevel {100};
int m_zoomLevel {0};
protected:
void focusOutEvent(QFocusEvent* event) override;