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 203cf97 commit 1efc065Copy full SHA for 1efc065
modules/hist2d/TH2Painter.mjs
@@ -748,7 +748,7 @@ class TH2Painter extends THistPainter {
748
return this.showInspector(arg);
749
const oldProject = this.options.Project;
750
this.decodeOptions(arg);
751
- if (oldProject === this.options.Project)
+ if ((oldProject === this.options.Project) || this.mode3d)
752
this.interactiveRedraw('pad', 'drawopt');
753
else
754
this.toggleProjection(this.options.Project);
0 commit comments