Skip to content

Commit

Permalink
Build for 7.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
linev committed May 22, 2024
1 parent 1268c26 commit 03e4596
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/jsroot.js
Original file line number Diff line number Diff line change
Expand Up @@ -115177,7 +115177,7 @@ class TF3Painter extends TH2Painter {
* @desc Used to inform webcanvas when evaluation failed
* @private */
fillWebObjectOptions(opt) {
opt.fcust = this._fail_eval && !this.prefer_saved ? 'func_fail' : '';
opt.fcust = this._fail_eval && !this.use_saved ? 'func_fail' : '';
}

/** @summary draw TF3 object */
Expand Down

0 comments on commit 03e4596

Please sign in to comment.