mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-09 04:30:43 +00:00
Forgot to turn of something I was debugging
This commit is contained in:
parent
b025d66c29
commit
70f8bfcd8d
@ -2164,7 +2164,7 @@ void MainWindow::PrintReport(gGraphView *gv,QString name, QDate date)
|
|||||||
//painter.beginNativePainting();
|
//painter.beginNativePainting();
|
||||||
//g->showTitle(false);
|
//g->showTitle(false);
|
||||||
int hhh=full_graph_height-normal_height;
|
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);
|
//g->showTitle(true);
|
||||||
//painter.endNativePainting();
|
//painter.endNativePainting();
|
||||||
g->m_marginbottom=tmb;
|
g->m_marginbottom=tmb;
|
||||||
|
Loading…
Reference in New Issue
Block a user