Skip to content

Commit

Permalink
added wait cursor during inital load of grass toolbox
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@6743 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
gsherman committed Mar 2, 2007
1 parent 07e3065 commit 1f88873
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/plugins/grass/qgsgrasstools.cpp
Expand Up @@ -142,7 +142,9 @@ QgsGrassTools::QgsGrassTools ( QgisInterface *iface,
// Show before loadConfig() so that user can see loading
mModulesListView->show();

QApplication::setOverrideCursor(Qt::waitCursor);
loadConfig ( conf );
QApplication::restoreOverrideCursor();
//statusBar()->hide();

// Add map browser
Expand Down

0 comments on commit 1f88873

Please sign in to comment.