[Uml-devel] branches/KDE/3.5/kdesdk/umbrello
Oliver Kellogg
okellogg at users.sourceforge.net
Sat Aug 27 12:54:31 UTC 2005
SVN commit 454055 by okellogg:
BUG:111088 - From Peter Soetens 2005-08-25 23:08
> This fix is trivial, it switches to screen resolution instead of printer
> resolution when saving as eps (and vice versa for other 'print' formats).
> It seems not to break printing the sheet or saving to other formats...
> The resulting eps file has the same layout as the screen (WYSIWIG).
M +1 -1 ChangeLog
M +1 -1 umbrello/umlview.cpp
--- branches/KDE/3.5/kdesdk/umbrello/ChangeLog #454054:454055
@@ -10,7 +10,7 @@
* Bugs fixed / wishes implemented (see http://bugs.kde.org)
57588 58809 66461 67719 72016 79433 87252 88117 97162 105564
-108223 109591 109636 110216 110231 110379 111470 111502
+108223 109591 109636 110216 110231 110379 111088 111470 111502
Version 1.4.2 (maintenance release)
--- branches/KDE/3.5/kdesdk/umbrello/umbrello/umlview.cpp #454054:454055
@@ -1412,7 +1412,7 @@
// of the printer (which should be 72dpi here)
QPrinter *printer;
- if (isEPS == true)
+ if (isEPS == false)
{
printer = new QPrinter(QPrinter::PrinterResolution);
} else {
More information about the umbrello-devel
mailing list