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 4b5e516 commit e4d15c3Copy full SHA for e4d15c3
modules/draw/TTree.mjs
@@ -66,7 +66,7 @@ TDrawSelector.prototype.ShowProgress = function(value) {
66
else if (this.aver_diff < 0.01)
67
ndig = 1;
68
69
- treeShowProgress(this, `TTree draw ${(value * 100).toFixed(ndig)} % `);
+ treeShowProgress(this, this._break ? 'Breaking ... ' : `TTree draw ${(value * 100).toFixed(ndig)} % `);
70
};
71
72
/** @summary Draw result of tree drawing
0 commit comments