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 05d9a05 commit 294474bCopy full SHA for 294474b
modules/draw/TASImagePainter.mjs
@@ -382,7 +382,7 @@ class TASImagePainter extends ObjectPainter {
382
383
this.selectCurrentPad(prev_name);
384
// mark painter as secondary - not in list of TCanvas primitives
385
- pal_painter.setSecondary(this);
+ pal_painter.setSecondaryId(this);
386
387
// make dummy redraw, palette will be updated only from histogram painter
388
pal_painter.redraw = function() {};
0 commit comments