data: Fixed aggregation edge creation and display

This commit is contained in:
Eberhard Graether
2015-09-08 14:36:17 +02:00
parent c8679dabbe
commit a7ec6772ff
7 changed files with 49 additions and 81 deletions
+1 -1
View File
@@ -445,7 +445,7 @@ GraphViewStyle::EdgeStyle GraphViewStyle::getStyleForEdgeType(Edge::EdgeType typ
{
case Edge::EDGE_AGGREGATION:
style.isStraight = true;
style.width = 1;
style.width = 4;
style.zValue = isActive ? -2 : -5;
break;
case Edge::EDGE_CALL: