reset initial fraction for infinitive progressbar

This commit is contained in:
yggverse 2024-07-15 16:04:19 +03:00
parent 3f7bb2267b
commit b33f35b3d2

View file

@ -67,6 +67,9 @@ class Progressbar
// Activate iterator
$this->_active = true;
// Reset initial progress
$this->gtk->set_fraction(0);
// Begin iterator
\Gtk::timeout_add(
$timeout,