App: [skip ci] for the dependency graph use orange color to indicate links that go out of scope

This commit is contained in:
wmayer
2022-10-08 16:29:36 +02:00
parent 6ad204fefb
commit f52ea84fbf

View File

@@ -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";
}
}
}