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/branches/Release-0_8_0@6742 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
gsherman committed Mar 2, 2007
1 parent ed27b8f commit 1834070
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/plugins/grass/qgsgrasstools.cpp
Expand Up @@ -152,8 +152,10 @@ QgsGrassTools::QgsGrassTools ( QgisApp *qgisApp, QgisIface *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 1834070

Please sign in to comment.