Skip to content

Commit b20a2cf

Browse files
committed
Fix - draw functions also when histogram drawn as "same" (#159)
1 parent 9a2113a commit b20a2cf

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
@@ -1634,7 +1634,7 @@
16341634
if (d.check('Y+')) this.AxisPos += 1;
16351635

16361636
if (d.check('SAMES')) { this.Same = 2; this.ForceStat = true; }
1637-
if (d.check('SAME')) { this.Same = 1; this.Func = false; }
1637+
if (d.check('SAME')) { this.Same = 1; this.Func = true; }
16381638

16391639
if (d.check('SPEC')) this.Spec = true; // not used
16401640

0 commit comments

Comments
 (0)