Adjusting value for progress bar in plots.

This commit is contained in:
Patrick Shriwise 2018-10-30 12:45:06 -05:00
parent 3935aed6bf
commit e793472b15
2 changed files with 2 additions and 1 deletions

View file

@ -27,6 +27,7 @@ bool is_terminal() {
ProgressBar::ProgressBar() {
bar = "";
// initialize bar
set_value(0.0);
}