App: [skip ci] for the dependency graph use orange color to indicate links that go out of scope
This commit is contained in:
@@ -887,7 +887,7 @@ void Document::exportGraphviz(std::ostream& out) const
|
||||
|
||||
auto res = edge(GlobalVertexList[getId(obj)], GlobalVertexList[getId(linkedObj)], DepList);
|
||||
if(res.second)
|
||||
edgeAttrMap[res.first]["color"] = "red";
|
||||
edgeAttrMap[res.first]["color"] = "orange";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user