From 70f8bfcd8de4060fd13ff7088220b12fa5786b96 Mon Sep 17 00:00:00 2001 From: Mark Watkins Date: Tue, 15 Jan 2013 16:04:39 +1000 Subject: [PATCH] Forgot to turn of something I was debugging --- mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;