Skip to content

Commit 07f63dc

Browse files
committed
Fix - interactive zooming in TH2 when doing histogram update
1 parent 1979d00 commit 07f63dc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

changes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
5. Fix - for TH2 box draw option draw at least 1px rect for non-empty bin
99
6. Fix - support transparancy (alpha) in TColor (#45)
1010
7. Fix - correct tooltip handling for graphs with lines and markers
11+
8. Fix - interactive zooming in TH2 when doing histogram update
1112

1213

1314
## Changes in 4.4.2

scripts/JSRootPainter.more.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3969,8 +3969,6 @@
39693969

39703970
this.DrawTitle();
39713971

3972-
this.AddInteractive();
3973-
39743972
JSROOT.CallBack(call_back);
39753973
}
39763974

@@ -4037,6 +4035,7 @@
40374035
this[func_name](function() {
40384036
this.DrawNextFunction(0, function() {
40394037
if (this.options.Lego == 0) {
4038+
this.AddInteractive();
40404039
if (this.options.AutoZoom) this.AutoZoom();
40414040
}
40424041
this.CreateToolbar();

0 commit comments

Comments
 (0)