Skip to content

Commit 433cc6a

Browse files
committed
Fix in th2poly highlights
1 parent a20f766 commit 433cc6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/JSRootPainter.hist.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5817,7 +5817,7 @@
58175817
for (var ngr=0;ngr<numgraphs;++ngr) {
58185818
if (!gr || (ngr>0)) gr = bin.fPoly.fGraphs.arr[ngr];
58195819

5820-
for (n=0;n<gr.fNpoints;++n) {
5820+
for (var n=0;n<gr.fNpoints;++n) {
58215821
++numpoints;
58225822
realx += gr.fX[n];
58235823
realy += gr.fY[n];

0 commit comments

Comments
 (0)