[Uml-devel] branches/work/soc-umbrello/umbrello
Gopala Krishna A
krishna.ggk at gmail.com
Tue Apr 13 11:26:13 UTC 2010
SVN commit 1114388 by gopala:
Merged r1080656 of trunk into soc branch.
Commit by pino:
same fix as in the kdelibs eps exporter:
make sure that the format of the output file is really postscript
BUGNO: 185659
M +1 -0 umlviewimageexportermodel.cpp
--- branches/work/soc-umbrello/umbrello/umlviewimageexportermodel.cpp #1114387:1114388
@@ -377,6 +377,7 @@
printer = new QPrinter(QPrinter::ScreenResolution);
}
printer->setOutputFileName(fileName);
+ printer->setOutputFormat(QPrinter::PostScriptFormat);
printer->setColorMode(QPrinter::Color);
// do not call printer.setup(); because we want no user
More information about the umbrello-devel
mailing list