1
0
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:
Martin Tůma 2016-05-20 23:47:37 +02:00
parent f334901db3
commit b9f7af33d7

View File

@ -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);
}