Skip to content
Permalink
Browse files
Fixed bug when --project option is passed.
git-svn-id: http://svn.osgeo.org/qgis/trunk@5001 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
wonder committed Mar 11, 2006
1 parent 0c35461 commit 639a3b4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
@@ -3352,10 +3352,6 @@ void QgisApp::pan()
QgsMapTool* tool = new QgsMapToolPan(mMapCanvas);
tool->setAction(mActionPan);
mMapCanvas->setMapTool(tool);

// notify the project we've made a change
QgsProject::instance()->dirty(true);

}

void QgisApp::zoomFull()
@@ -41,6 +41,7 @@ QgsMapRender::QgsMapRender()
mMapUnits = QGis::METERS;
mScaleCalculator->setMapUnits(mMapUnits);

mSize = QSize(0,0);
}

QgsMapRender::~QgsMapRender()

0 comments on commit 639a3b4

Please sign in to comment.