diff --git a/src/Entity/Browser/Container/Page/Progressbar.php b/src/Entity/Browser/Container/Page/Progressbar.php index e3b0b3c8..ce669112 100644 --- a/src/Entity/Browser/Container/Page/Progressbar.php +++ b/src/Entity/Browser/Container/Page/Progressbar.php @@ -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,