Fix perf issues and some visual bugs
This commit is contained in:
parent
00e997a204
commit
d389161f4a
5 changed files with 300 additions and 11 deletions
|
|
@ -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;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue