Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
show new items during loading
git-svn-id: http://svn.osgeo.org/qgis/trunk@4859 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
rblazek committed Feb 15, 2006
1 parent 93eb226 commit 633a3ab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/plugins/grass/qgsgrasstools.cpp
Expand Up @@ -306,6 +306,8 @@ void QgsGrassTools::addModules ( Q3ListViewItem *parent, QDomElement &element )
item->setText( 1, name );
lastItem = item;
}
// Show items during loading
mModulesListView->repaint();
}
n = n.nextSibling();
}
Expand Down

0 comments on commit 633a3ab

Please sign in to comment.