Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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/qgis@11015 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
rugginoso committed Jul 3, 2009
1 parent a4f94bd commit 8b11fd7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/plugins/grass/qgsgrassmodule.cpp
Expand Up @@ -1361,6 +1361,7 @@ void QgsGrassModule::finished( int exitCode, QProcess::ExitStatus exitStatus )
mSuccess = true;
mViewButton->setEnabled( true );
mOptions->thawOutput();
mCanvas->refresh();
}
else
{
Expand Down

0 comments on commit 8b11fd7

Please sign in to comment.