mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-24 03:35:53 +01:00
Fixed plot region
This commit is contained in:
parent
ee9a8df51f
commit
e73f9448e9
@ -14,5 +14,5 @@ void TrackInfo::insert(const QString &key, const QString &value)
|
||||
|
||||
void TrackInfo::plot(QPainter *painter, const QRectF &target)
|
||||
{
|
||||
render(painter, QRectF(0, 0, target.width(), target.height()));
|
||||
render(painter, target);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user