We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1451a84 commit 2baa358Copy full SHA for 2baa358
changes.md
@@ -5,6 +5,7 @@
5
2. Fix - use proper "fixed" position for enlarged drawing
6
3. Fix - correctly extract TF1 parameter names
7
4. Fix - keep stat box when update histogram drawing
8
+5. Fix - context menu for axes in 3D drawings
9
10
11
## Changes in 5.8.1
scripts/JSRootPainter.hist3d.js
@@ -214,7 +214,7 @@
214
if (intersects)
215
for (var n=0;n<intersects.length;++n) {
216
var mesh = intersects[n].object;
217
- if (mesh.zoom) { kind = mesh.zoom; break; }
+ if (mesh.zoom) { kind = mesh.zoom; p = obj_painter.frame_painter(); break; }
218
if (mesh.painter && typeof mesh.painter.ShowContextMenu === 'function') {
219
p = mesh.painter; break;
220
}
0 commit comments