diff --git a/mainwindow.cpp b/mainwindow.cpp index e3d9af52..eb15ac3e 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -2164,7 +2164,7 @@ void MainWindow::PrintReport(gGraphView *gv,QString name, QDate date) //painter.beginNativePainting(); //g->showTitle(false); int hhh=full_graph_height-normal_height; - QPixmap pm(virt_width,hhh); //full_graph_height=g->renderPixmap(virt_width,full_graph_height-normal_height,1);//fscale); + QPixmap pm=g->renderPixmap(virt_width,hhh,1);//fscale); //g->showTitle(true); //painter.endNativePainting(); g->m_marginbottom=tmb;