removed fix for bug 882424 since it clobbers raster display. Will fix post-0.1 release

git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@877 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
gsherman 2004-02-21 03:26:04 +00:00
parent 1fd913744e
commit 1f6f4c9cbc

View File

@ -236,10 +236,10 @@ void QgsMapCanvas::render2()
// update the currentExtent to match the device coordinates
//GS - removed the current extent update to fix bug --
//TODO remove the next 4 lines after we're sure this works ok
/*currentExtent.setXmin(dxmin);
currentExtent.setXmin(dxmin);
currentExtent.setXmax(dxmax);
currentExtent.setYmin(dymin);
currentExtent.setYmax(dymax); */
currentExtent.setYmax(dymax);
// render all layers in the stack, starting at the base
std::list < QString >::iterator li = zOrder.begin();