Changed algorithm order

This commit is contained in:
Unick Soft
2019-01-03 14:05:06 +02:00
parent d282e24590
commit db6167921e
12 changed files with 20 additions and 10 deletions

View File

@@ -154,6 +154,11 @@ GraphReorder.prototype.getObjectSelectedGroup = function(object)
return 0;
}
GraphReorder.prototype.getPriority = function()
{
return -8.5;
}
// Factory for connected components.
function CreateAlgorithmGraphReorder(graph, app)