mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-26 22:31:05 +00:00
Use dashed lines for attached identifiers in dags.
This commit is contained in:
parent
aa72f263ec
commit
24553867a4
1 changed files with 2 additions and 1 deletions
|
@ -80,7 +80,8 @@ print_node (dstring_t *dstr, dagnode_t *node)
|
|||
if (node->identifiers) {
|
||||
daglabel_t *id;
|
||||
|
||||
dasprintf (dstr, " \"dag_%p\" -> \"dagid_%p\";\n", node, node);
|
||||
dasprintf (dstr, " \"dag_%p\" -> \"dagid_%p\" "
|
||||
"[style=dashed,dir=none];\n", node, node);
|
||||
dasprintf (dstr, " \"dagid_%p\" [shape=none,label=<\n", node);
|
||||
dasprintf (dstr, " <table border=\"0\" cellborder=\"1\" "
|
||||
"cellspacing=\"0\">\n");
|
||||
|
|
Loading…
Reference in a new issue