Milestone 3

This commit is contained in:
Joey Yakimowich-Payne 2026-01-30 05:59:40 -07:00
commit 282136632e
3 changed files with 62 additions and 19 deletions

View file

@ -91,4 +91,6 @@ private:
double m_nextX = 0.0;
double m_nextY = 0.0;
double m_rowMaxHeight = 0.0;
bool m_refreshing = false;
};