mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-06-27 19:49:15 +02:00
Raster tile APIs unification/cleanup
This commit is contained in:
@ -511,5 +511,5 @@ void RasterTile::render()
|
||||
//painter.setRenderHint(QPainter::Antialiasing, false);
|
||||
//painter.drawRect(_rect);
|
||||
|
||||
_pixmap = QPixmap::fromImage(img);
|
||||
_pixmap.convertFromImage(img);
|
||||
}
|
||||
|
Reference in New Issue
Block a user