Skip to content

Commit 6fd2183

Browse files
author
gsherman
committed
added wait cursor during inital load of grass toolbox
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6743 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 08370ff commit 6fd2183

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/plugins/grass/qgsgrasstools.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,9 @@ QgsGrassTools::QgsGrassTools ( QgisInterface *iface,
142142
// Show before loadConfig() so that user can see loading
143143
mModulesListView->show();
144144

145+
QApplication::setOverrideCursor(Qt::waitCursor);
145146
loadConfig ( conf );
147+
QApplication::restoreOverrideCursor();
146148
//statusBar()->hide();
147149

148150
// Add map browser

0 commit comments

Comments
 (0)