Skip to content
Snippets Groups Projects
Commit def9eddd authored by Paul Nitzke's avatar Paul Nitzke
Browse files

Correctly pass textColor attribute to the backend

parent db44ed9a
No related branches found
No related tags found
1 merge request!28Rework the algorithm that chooses colors for DOT output
......@@ -71,7 +71,7 @@ public class Program
/// <returns>Dot String with coloring information</returns>
private static String Partition2ColoredDot(String MMMatrix, bool textColor = false)
{
return ConversionManager.Partition2ColoredDot(MMMatrix);
return ConversionManager.Partition2ColoredDot(MMMatrix, textColor);
}
/// <summary>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment