[Spreadsheet] Fix unset zoom level

This commit is contained in:
xtemp09
2025-03-03 10:27:39 -06:00
committed by Chris Hennes
parent 7d28636e05
commit 4cb8384145
+1 -1
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;