[Kst] [Bug 117481] Labels are printed/exported using a low resolution
netterfield@astro.utoronto.ca
netterfield at astro.utoronto.ca
Tue Dec 6 00:20:11 CET 2005
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=117481
netterfield astro utoronto ca changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From netterfield astro utoronto ca 2005-12-06 00:20 -------
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