Skip to content

Commit

Permalink
Task manager status bar widget should also show indeterminate progres…
Browse files Browse the repository at this point in the history
…s at first

(cherry-picked from c7a076a)
  • Loading branch information
nyalldawson committed Aug 8, 2018
1 parent 680c329 commit 85cda45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/qgstaskmanagerwidget.cpp
Expand Up @@ -572,7 +572,7 @@ void QgsTaskManagerStatusBarWidget::showButton()
{
if ( !isVisible() )
{
mProgressBar->setMaximum( 100 );
mProgressBar->setMaximum( 0 );
mProgressBar->setValue( 0 );
show();
}
Expand Down

0 comments on commit 85cda45

Please sign in to comment.