Skip to content
Permalink
Browse files
Fix for ticket #149.
git-svn-id: http://svn.osgeo.org/qgis/trunk@5541 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
g_j_m committed Jun 24, 2006
1 parent 1a2e890 commit 69f024e
Showing 1 changed file with 5 additions and 2 deletions.
@@ -259,8 +259,11 @@ QgsMapLayer* QgsMapCanvas::currentLayer()

void QgsMapCanvas::refresh()
{
clear();
updateContents();
if (mRenderFlag)
{
clear();
updateContents();
}
} // refresh

void QgsMapCanvas::drawContents(QPainter * p, int cx, int cy, int cw, int ch)

0 comments on commit 69f024e

Please sign in to comment.