mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 17:45: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
|
// Activate iterator
|
||||||
$this->_active = true;
|
$this->_active = true;
|
||||||
|
|
||||||
|
// Reset initial progress
|
||||||
|
$this->gtk->set_fraction(0);
|
||||||
|
|
||||||
// Begin iterator
|
// Begin iterator
|
||||||
\Gtk::timeout_add(
|
\Gtk::timeout_add(
|
||||||
$timeout,
|
$timeout,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue