Skip to content

Commit 3eecdec

Browse files
committed
Fix bug in TH1Painter.scanContent
1 parent bc1a896 commit 3eecdec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/JSRoot.hist.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3533,7 +3533,7 @@ JSROOT.define(['d3', 'painter', 'gpad'], (d3, jsrp) => {
35333533
}
35343534

35353535
if (!when_axis_changed) {
3536-
if (set_zoom && (this.draw_content || set_zoom2)) {
3536+
if (set_zoom && (this.draw_content || set_zoom)) {
35373537
this.zoom_ymin = (hmin == -1111) ? this.ymin : hmin;
35383538
this.zoom_ymax = (hmax == -1111) ? this.ymax : hmax;
35393539
} else {

0 commit comments

Comments
 (0)