When using the print preview for a class diagram, the origin of displayed classes are at least partially outside of the print page. Reproducible: Always Steps to Reproduce: 1. create class and place at top left corner 2. open print preview Actual Results: class is displayed at least partially outside the page area. Expected Results: classes should be displayed inside the printing page area. Introduced by the QGraphicsScene merge.
SVN commit 1322277 by habacker: Cleaned up print page code by using qt4 print api. This fixes also a bug not using correct borders. M +1 -1 uml.cpp M +22 -154 umlscene.cpp M +2 -2 umlscene.h M +3 -3 umlviewimageexportermodel.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1322277