mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-01-18 11:52:08 +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…
x
Reference in New Issue
Block a user