Commit c9d816aa authored by Dimitri van Heesch's avatar Dimitri van Heesch

Merge pull request #202 from jannick0/master

Update dot.cpp: comma added for dot syntax
parents 6a60477b a15c5c89
......@@ -1807,7 +1807,7 @@ void DotNode::writeBox(FTextStream &t,
t << "\",height=0.2,width=0.4";
if (m_isRoot)
{
t << ",color=\"black\", fillcolor=\"grey75\", style=\"filled\" fontcolor=\"black\"";
t << ",color=\"black\", fillcolor=\"grey75\", style=\"filled\", fontcolor=\"black\"";
}
else
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment