Skip to content

Commit

Permalink
Revert "Immediately show progress bar when opening attribute table"
Browse files Browse the repository at this point in the history
This reverts commit 80a000c.

Causes issues with relation editor widgets
  • Loading branch information
nyalldawson committed May 23, 2017
1 parent 381eef0 commit 90bef91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/attributetable/qgsattributetablemodel.cpp
Expand Up @@ -422,7 +422,7 @@ void QgsAttributeTableModel::loadLayer()
{
++i;

if ( t.elapsed() > 1000 || i == 1 )
if ( t.elapsed() > 1000 )
{
bool cancel = false;
emit progress( i, cancel );
Expand Down

0 comments on commit 90bef91

Please sign in to comment.