1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-11-24 11:45:53 +01:00

Fixed plot region

This commit is contained in:
Martin Tůma 2016-05-12 09:09:14 +02:00
parent ee9a8df51f
commit e73f9448e9

View File

@ -14,5 +14,5 @@ void TrackInfo::insert(const QString &key, const QString &value)
void TrackInfo::plot(QPainter *painter, const QRectF &target) void TrackInfo::plot(QPainter *painter, const QRectF &target)
{ {
render(painter, QRectF(0, 0, target.width(), target.height())); render(painter, target);
} }