ui: fixes and improvements in graph
* use bezier edges for aggregations * fixed expanding nodes in trail graph makes trouble * fixed hovering of edges at arrow
This commit is contained in:
@@ -22,6 +22,7 @@ public:
|
||||
bool centerActiveNode;
|
||||
bool scrollToTop;
|
||||
bool isIndexedList;
|
||||
bool bezierEdges;
|
||||
};
|
||||
|
||||
GraphView(ViewLayout* viewLayout);
|
||||
|
||||
Reference in New Issue
Block a user