Skip to content

Commit 3ed5076

Browse files
committed
Clarify logic of 3d
1 parent f9004e8 commit 3ed5076

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/hist2d/THistPainter.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ class THistDrawOptions {
369369

370370
// flag identifies 3D drawing mode for histogram
371371
if ((this.Lego > 0) || (hdim == 3) ||
372-
((this.Surf > 0) || this.Error && (hdim == 2))) this.Mode3D = true;
372+
(((this.Surf > 0) || this.Error) && (hdim == 2))) this.Mode3D = true;
373373

374374
//if (this.Surf == 15)
375375
// if (this.System == CoordSystem.kPOLAR || this.System == CoordSystem.kCARTESIAN)

0 commit comments

Comments
 (0)