Skip to content

Commit f59fb1c

Browse files
committed
Fix - tree drawing logging
Do not use special tmout value
1 parent 360285e commit f59fb1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/draw/TTree.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ TDrawSelector.prototype.ShowProgress = function(value) {
4343
msg = `TTree draw ${(value * 100).toFixed(ndig)} % `;
4444
}
4545

46-
showProgress(msg, -1, () => { this._break = 1; });
46+
showProgress(msg, 0, () => { this._break = 1; });
4747
return ret;
4848
};
4949

0 commit comments

Comments
 (0)