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:
Eberhard Graether
2017-05-30 15:08:01 +02:00
parent f760b873b4
commit a34abe6b4b
8 changed files with 80 additions and 33 deletions
+1
View File
@@ -22,6 +22,7 @@ public:
bool centerActiveNode;
bool scrollToTop;
bool isIndexedList;
bool bezierEdges;
};
GraphView(ViewLayout* viewLayout);