Skip to content

Commit

Permalink
refresh canvas after addRaster
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@4893 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
rblazek committed Feb 21, 2006
1 parent 43db9bd commit a096e73
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/plugins/grass/qgsgrassplugin.cpp
Expand Up @@ -369,6 +369,7 @@ void QgsGrassPlugin::addRaster()
name.replace('/', ' ');

qGisInterface->addRasterLayer( uri );
mCanvas->refresh();
}
}

Expand Down

0 comments on commit a096e73

Please sign in to comment.