1
0
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:
2024-02-23 09:45:41 +01:00
parent d42c6831df
commit 6ccfe0eb21
6 changed files with 16 additions and 30 deletions

View File

@ -511,5 +511,5 @@ void RasterTile::render()
//painter.setRenderHint(QPainter::Antialiasing, false);
//painter.drawRect(_rect);
_pixmap = QPixmap::fromImage(img);
_pixmap.convertFromImage(img);
}