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 a915b0f commit c51c62aCopy full SHA for c51c62a
scripts/JSRootPainter.js
@@ -3987,7 +3987,7 @@
3987
if (painter.has_canvas) {
3988
// we select current pad, where all drawing is performed
3989
prev_name = painter.svg_canvas().property('current_pad');
3990
- painter.svg_canvas().property('current_pad', pad.fName);
+ painter.svg_canvas().property('current_pad', painter.this_pad_name);
3991
}
3992
3993
painter.DrawPrimitive(0, function() {
0 commit comments