mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-27 21:24:47 +01:00
Fixed debug code
This commit is contained in:
parent
dc0178279d
commit
d42c6831df
@ -507,9 +507,9 @@ void RasterTile::render()
|
||||
|
||||
qDeleteAll(textItems);
|
||||
|
||||
_pixmap = QPixmap::fromImage(img);
|
||||
|
||||
//painter.setPen(Qt::red);
|
||||
//painter.setRenderHint(QPainter::Antialiasing, false);
|
||||
//painter.drawRect(_rect);
|
||||
|
||||
_pixmap = QPixmap::fromImage(img);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user