[Kst] branches/work/kst/portto4/kst/src/libkstapp

Mike Fenton mike at staikos.net
Mon Jul 20 20:55:09 CEST 2009


SVN commit 1000055 by fenton:

Switch printer mode to ScreenResolution.


 M  +1 -1      mainwindow.cpp  


--- branches/work/kst/portto4/kst/src/libkstapp/mainwindow.cpp #1000054:1000055
@@ -293,7 +293,7 @@
 
 
 void MainWindow::print() {
-  QPrinter printer(QPrinter::HighResolution);
+  QPrinter printer(QPrinter::ScreenResolution);
 
   QPrintDialog pd(&printer, this);
   pd.addEnabledOption(QPrintDialog::PrintToFile);


More information about the Kst mailing list