[Kst] [Bug 142429] EPS images contain no color
Andrew Walker
arwalker at sumusltd.com
Mon Mar 12 21:27:12 CET 2007
------- 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=142429
arwalker sumusltd com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From arwalker sumusltd com 2007-03-12 21:27 -------
SVN commit 641902 by arwalker:
BUG:142429 Add colour to EPS output
M +1 -0 kstviewwindow.cpp
--- trunk/extragear/graphics/kst/src/libkstapp/kstviewwindow.cpp #641901:641902
@ -264,6 +264,7 @
printer.setOrientation(QPrinter::Landscape);
printer.setOutputToFile(true);
printer.setOutputFileName(filenameNew);
+ printer.setColorMode(QPrinter::Color);
KstPainter paint(KstPainter::P_PRINT);
paint.begin(&printer);
More information about the Kst
mailing list