From a1f8edd6040b811bed80b6aae30ebb278516a84a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zolt=C3=A1n=20Kov=C3=A1cs?= Date: Mon, 6 Jan 2025 12:09:05 +0100 Subject: [PATCH] Fix color --- statements/pbrst.y | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/statements/pbrst.y b/statements/pbrst.y index 08a65b7..6385694 100644 --- a/statements/pbrst.y +++ b/statements/pbrst.y @@ -1011,7 +1011,7 @@ void create_diagram() { strcat(D, "white"); } else { add_parseinfo(" unused"); - strcat(D, "white"); + strcat(D, "white,color=\"#ccccff\""); } strcat(D, "];\n"); // Finish graphviz node. add_parseinfo("\n");