[QGIS Commit] r11015 - trunk/qgis/src/plugins/grass

svn_qgis at osgeo.org svn_qgis at osgeo.org
Fri Jul 3 12:58:53 EDT 2009


Author: rugginoso
Date: 2009-07-03 12:58:53 -0400 (Fri, 03 Jul 2009)
New Revision: 11015

Modified:
   trunk/qgis/src/plugins/grass/qgsgrassmodule.cpp
Log:
Made the canvas get refreshed every time a module of GRASS plugin is runned. Fixes #1611.


Modified: trunk/qgis/src/plugins/grass/qgsgrassmodule.cpp
===================================================================
--- trunk/qgis/src/plugins/grass/qgsgrassmodule.cpp	2009-07-03 15:42:42 UTC (rev 11014)
+++ trunk/qgis/src/plugins/grass/qgsgrassmodule.cpp	2009-07-03 16:58:53 UTC (rev 11015)
@@ -1361,6 +1361,7 @@
       mSuccess = true;
       mViewButton->setEnabled( true );
       mOptions->thawOutput();
+      mCanvas->refresh(); 
     }
     else
     {



More information about the QGIS-commit mailing list