Forgot to turn of something I was debugging

This commit is contained in:
Mark Watkins 2013-01-15 16:04:39 +10:00
parent b025d66c29
commit 70f8bfcd8d

View File

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