Skip to content

Commit edb773a

Browse files
committed
Fix valid eslint warning
1 parent 9560a02 commit edb773a

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
@@ -2207,7 +2207,7 @@ class THistPainter extends ObjectPainter {
22072207
// place colz in the beginning, that stat box is always drawn on the top
22082208
this.addFunction(pal, true);
22092209
} else if ((pal_painter?.isPaletteVertical() !== undefined) && (can_move !== 'toggle'))
2210-
o.Zvert = pal_painter.isPaletteVertical();
2210+
this.options.Zvert = pal_painter.isPaletteVertical();
22112211

22122212
const fp = this.getFramePainter();
22132213

0 commit comments

Comments
 (0)