refactor: Use SVG for cursor rendering

Co-authored-by: aider (gemini/gemini-2.5-pro) <aider@aider.chat>
This commit is contained in:
2026-02-14 21:35:09 -07:00
parent dc7f3642b8
commit 91f1a0e02a
2 changed files with 7 additions and 6 deletions

View File

@@ -91,6 +91,7 @@ private:
QPoint m_currentMousePos;
QMap<int, QSvgRenderer*> m_toolIcons;
QSvgRenderer* m_cursorRenderer = nullptr;
float m_xRot = 35.264f * 16.0f; // Default to isometric view
float m_yRot = -45.0f * 16.0f; // Default to isometric view