We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ceff01e commit 7af7685Copy full SHA for 7af7685
modules/hist2d/THistPainter.mjs
@@ -166,7 +166,7 @@ class THistDrawOptions {
166
if (d.check('OPTSTAT', true)) this.optstat = d.partAsInt();
167
if (d.check('OPTFIT', true)) this.optfit = d.partAsInt();
168
169
- if ((this.optstat || this.optstat) && histo?.TestBit(kNoStats))
+ if ((this.optstat || this.optfit) && histo?.TestBit(kNoStats))
170
histo?.InvertBit(kNoStats);
171
172
if (d.check('NOSTAT')) this.NoStat = true;
0 commit comments