ui: Layout template specializations vertically
* use closed arrow for template specialization edges * no specialization edges in call graph
This commit is contained in:
@@ -184,7 +184,8 @@ void QtGraphEdge::updateLine()
|
||||
}
|
||||
}
|
||||
|
||||
if (type == Edge::EDGE_INHERITANCE)
|
||||
if (type == Edge::EDGE_INHERITANCE || (type == Edge::EDGE_TEMPLATE_SPECIALIZATION &&
|
||||
owner == owner->getLastParent() && target == target->getLastParent()))
|
||||
{
|
||||
child->setRoute(QtLineItemBase::ROUTE_VERTICAL);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user