Skip to content

Commit 1268c26

Browse files
committed
Last fix
1 parent e375c4f commit 1268c26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/hist/TF3Painter.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ class TF3Painter extends TH2Painter {
241241
* @desc Used to inform webcanvas when evaluation failed
242242
* @private */
243243
fillWebObjectOptions(opt) {
244-
opt.fcust = this._fail_eval && !this.prefer_saved ? 'func_fail' : '';
244+
opt.fcust = this._fail_eval && !this.use_saved ? 'func_fail' : '';
245245
}
246246

247247
/** @summary draw TF3 object */

0 commit comments

Comments
 (0)