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 e375c4f commit 1268c26Copy full SHA for 1268c26
modules/hist/TF3Painter.mjs
@@ -241,7 +241,7 @@ class TF3Painter extends TH2Painter {
241
* @desc Used to inform webcanvas when evaluation failed
242
* @private */
243
fillWebObjectOptions(opt) {
244
- opt.fcust = this._fail_eval && !this.prefer_saved ? 'func_fail' : '';
+ opt.fcust = this._fail_eval && !this.use_saved ? 'func_fail' : '';
245
}
246
247
/** @summary draw TF3 object */
0 commit comments