Skip to content

Commit 17de1b0

Browse files
author
rugginoso
committedJul 3, 2009
Made the canvas get refreshed every time a module of GRASS plugin is runned. Fixes #1611.
git-svn-id: http://svn.osgeo.org/qgis/trunk@11015 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 0408094 commit 17de1b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/plugins/grass/qgsgrassmodule.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1361,6 +1361,7 @@ void QgsGrassModule::finished( int exitCode, QProcess::ExitStatus exitStatus )
13611361
mSuccess = true;
13621362
mViewButton->setEnabled( true );
13631363
mOptions->thawOutput();
1364+
mCanvas->refresh();
13641365
}
13651366
else
13661367
{

0 commit comments

Comments
 (0)
Please sign in to comment.