Skip to content

Commit 123e7c8

Browse files
committed
Fix error in javascript code
git-svn-id: https://subversion.gsi.de/dabc/trunk/plugins/root/js@2936 bcbf6573-9a26-0410-9ebc-ce4ab7aade96
1 parent 1764be6 commit 123e7c8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

scripts/JSRootPainter.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6287,7 +6287,6 @@
62876287
.attr("y1", h + (lwidth / 2))
62886288
.attr("x2", w + lwidth - 1)
62896289
.attr("y2", h + (lwidth / 2))
6290-
.style("stroke", lcolor)
62916290
.call(lcolor.func);
62926291
}
62936292

@@ -6565,7 +6564,6 @@
65656564
.attr("y1", height + (lwidth / 2))
65666565
.attr("x2", width + lwidth - 1)
65676566
.attr("y2", height + (lwidth / 2))
6568-
.style("stroke", lcolor)
65696567
.call(lcolor.func);
65706568
}
65716569
}

0 commit comments

Comments
 (0)