Commit 1cdcfc5d authored by Romain Loth's avatar Romain Loth

reset size when returning to Default colors

parent 9674aba6
......@@ -220,6 +220,9 @@ function graphResetColor(){
n.customAttrs.altgrey_color = false
n.label = TW.Nodes[n.id].label
// some colorings also modified size
n.size = TW.Nodes[n.id].size
}
// if (TW.partialGraph.settings('drawEdges')) {
......
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