From b33f35b3d26c45868c444c2586ad2d97d1e04a59 Mon Sep 17 00:00:00 2001 From: yggverse Date: Mon, 15 Jul 2024 16:04:19 +0300 Subject: [PATCH] reset initial fraction for infinitive progressbar --- src/Entity/Browser/Container/Page/Progressbar.php | 3 +++ 1 file changed, 3 insertions(+) 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,