Closed GoogleCodeExporter closed 9 years ago
Hi
This also affects mscgen from svn revision 88. I believe that main.c line 1342
is (at
least partly) responsible:
/* Check for entity arc colouring if not set explicity on the arc */
if(arcTextColour == NULL)
{
arcTextColour = MscGetEntAttrib(m, startCol, MSC_ATTR_ARC_TEXT_COLOUR);
arcLineColour = MscGetEntAttrib(m, startCol, MSC_ATTR_ARC_LINE_COLOUR);
}
I think that this should have been two separate ifs.
~Niels
Original comment by NThykier@gmail.com
on 7 Aug 2009 at 1:22
Ian - thanks for reporting.
Neils - thanks for finding the bug.
Original comment by Michael....@gmail.com
on 9 Aug 2009 at 2:18
Fixed by r89.
Original comment by Michael....@gmail.com
on 9 Aug 2009 at 2:24
Original issue reported on code.google.com by
dunbar....@gmail.com
on 7 Aug 2009 at 11:27Attachments: