[Kst] extragear/graphics/kst/kst
Barth Netterfield
netterfield at astro.utoronto.ca
Tue Dec 6 00:20:06 CET 2005
SVN commit 485855 by netterfield:
BUG: 117481
when printing, 2D plots are informed that the paint type is
P_PRINT...
M +1 -1 kst.cpp
--- trunk/extragear/graphics/kst/kst/kst.cpp #485854:485855
@@ -1367,7 +1367,7 @@
return;
}
- KstPainter paint(KstPainter::P_PAINT);
+ KstPainter paint(KstPainter::P_PRINT);
paint.begin(&printer);
QPaintDeviceMetrics metrics(&printer);
QSize size(metrics.width(), metrics.height());
More information about the Kst
mailing list