Skip to content

Commit 03e4596

Browse files
committed
Build for 7.7.0
1 parent 1268c26 commit 03e4596

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/jsroot.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115177,7 +115177,7 @@ class TF3Painter extends TH2Painter {
115177115177
* @desc Used to inform webcanvas when evaluation failed
115178115178
* @private */
115179115179
fillWebObjectOptions(opt) {
115180-
opt.fcust = this._fail_eval && !this.prefer_saved ? 'func_fail' : '';
115180+
opt.fcust = this._fail_eval && !this.use_saved ? 'func_fail' : '';
115181115181
}
115182115182

115183115183
/** @summary draw TF3 object */

0 commit comments

Comments
 (0)