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 360285e commit f59fb1cCopy full SHA for f59fb1c
modules/draw/TTree.mjs
@@ -43,7 +43,7 @@ TDrawSelector.prototype.ShowProgress = function(value) {
43
msg = `TTree draw ${(value * 100).toFixed(ndig)} % `;
44
}
45
46
- showProgress(msg, -1, () => { this._break = 1; });
+ showProgress(msg, 0, () => { this._break = 1; });
47
return ret;
48
};
49
0 commit comments