mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 17:15:28 +00:00
reset initial fraction for infinitive progressbar
This commit is contained in:
parent
3f7bb2267b
commit
b33f35b3d2
1 changed files with 3 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue