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 c99d8ba commit 2be068aCopy full SHA for 2be068a
modules/draw/TASImagePainter.mjs
@@ -380,7 +380,7 @@ class TASImagePainter extends ObjectPainter {
380
pal_painter = p;
381
382
// mark painter as secondary - not in list of TCanvas primitives
383
- pal_painter.setSecondary(this);
+ pal_painter.setSecondaryId(this);
384
385
// make dummy redraw, palette will be updated only from histogram painter
386
pal_painter.redraw = function() {};
0 commit comments