Commit d6f8618f authored by Romain Loth's avatar Romain Loth

rm old todo (done in 09c12d yesterday)

parent 9bf87773
......@@ -248,9 +248,6 @@ function SelectionEngine() {
let an_edge = TW.partialGraph.graph.edges(eid)
if(!isUndef(an_edge) && !an_edge.hidden){
// /!\ £TODO change only *flags* here, and then
// make all color etc changes in renderers depending on flags
an_edge.color = an_edge.customAttrs['true_color'];
an_edge.customAttrs['grey'] = 0;
an_edge.customAttrs['activeEdge'] = 1;
}
......
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