We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 295cd63 commit c2e9653Copy full SHA for c2e9653
src/gui/qgsmapcanvas.cpp
@@ -554,6 +554,7 @@ void QgsMapCanvas::render(QPaintDevice * theQPaintDevice)
554
{
555
mCanvasProperties->pmCanvas->fill(mCanvasProperties->bgColor);
556
paint->begin(mCanvasProperties->pmCanvas);
557
+ paint->setRenderHint(QPainter::Antialiasing);
558
myHeight=height();
559
myWidth=width();
560
}
@@ -574,6 +575,7 @@ void QgsMapCanvas::render(QPaintDevice * theQPaintDevice)
574
575
576
//initialise the painter
577
paint->begin(theQPaintDevice);
578
579
580
// hardwire the current extent for projection testing
581
// mCanvasProperties->currentExtent.setXmin(-156.00);
0 commit comments