Commit cd515aef authored by Romain Loth's avatar Romain Loth

default selected node's label bg color is white

parent a4a05dae
...@@ -121,7 +121,7 @@ var SigmaUtils = function () { ...@@ -121,7 +121,7 @@ var SigmaUtils = function () {
if (settings('twSelectedColor') == "node") if (settings('twSelectedColor') == "node")
context.fillStyle = TW.gui.handpickedcolor? node.customAttrs.alt_color : node.color; // node's context.fillStyle = TW.gui.handpickedcolor? node.customAttrs.alt_color : node.color; // node's
else else
context.fillStyle = "#F7E521"; // yellow context.fillStyle = "#fff"; // default
if (node.label && settings('labelHoverShadow')) { if (node.label && settings('labelHoverShadow')) {
context.shadowOffsetX = 0; context.shadowOffsetX = 0;
......
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