mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-24 03:35:53 +01:00
Fixed graph shrinking on export/print
This commit is contained in:
parent
f334901db3
commit
b9f7af33d7
@ -249,7 +249,7 @@ void GraphView::plot(QPainter *painter, const QRectF &target)
|
||||
_scene->render(painter, target, _scene->itemsBoundingRect());
|
||||
_scene->addItem(_info);
|
||||
_slider->show();
|
||||
redraw(orig);
|
||||
redraw();
|
||||
setUpdatesEnabled(true);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user