Skip to content

Fix initial progress bar value

Ghost User requested to merge (removed):initial into master

When the plugin is starting, gtk_widget_get_allocation(bar) returns (1,1) if the progress bar hasn't been displayed yet.

Merge request reports