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
  • Loading branch information
nyalldawson committed Aug 7, 2018
1 parent 13b790d commit c7a076a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/qgstaskmanagerwidget.cpp
Expand Up @@ -657,7 +657,7 @@ void QgsTaskManagerStatusBarWidget::showButton()
{
if ( !isVisible() )
{
mProgressBar->setMaximum( 100 );
mProgressBar->setMaximum( 0 );
mProgressBar->setValue( 0 );
show();
}
Expand Down

0 comments on commit c7a076a

Please sign in to comment.