Skip to content

Commit 26a7502

Browse files
author
rblazek
committedFeb 21, 2006
refresh canvas after addRaster
git-svn-id: http://svn.osgeo.org/qgis/trunk@4893 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 23ad009 commit 26a7502

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎src/plugins/grass/qgsgrassplugin.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -369,6 +369,7 @@ void QgsGrassPlugin::addRaster()
369369
name.replace('/', ' ');
370370

371371
qGisInterface->addRasterLayer( uri );
372+
mCanvas->refresh();
372373
}
373374
}
374375

0 commit comments

Comments
 (0)
Please sign in to comment.