You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem here is that we cannot make any guarantees about what happens when you add a ProgressBar to a MultiProgress after that ProgressBar has already been drawn. In other words, MultiProgress assumes that ProgressBars that have been added to it have never been drawn before. So I am inclined to close this as "not a bug".
I have no idea if this is a bug. Tested with
indicatif == 0.17.2
.The good one which can be cleared when
set_position
after added toMultiProgress
:Output:
The bad one which can't be cleared when
set_position
before added toMultiProgress
:Output:
The text was updated successfully, but these errors were encountered: