Fix perf issues and some visual bugs

This commit is contained in:
Joey Yakimowich-Payne 2026-02-06 07:31:20 -07:00
commit d389161f4a
5 changed files with 300 additions and 11 deletions

View file

@ -99,6 +99,9 @@ public:
double scale;
double centerX;
double centerY;
double zoomSensitivity;
double zoomMin;
double zoomMax;
int splitterGraph;
int splitterSidebar;
int connectionStyle;
@ -156,4 +159,5 @@ private:
std::unordered_map<QtNodes::NodeId, NodeVolumeState> m_volumeStates;
std::unordered_map<QtNodes::NodeId, QWidget *> m_volumeWidgets;
mutable std::unordered_map<QtNodes::NodeId, QVariant> m_styleCache;
};