[Kst] kdeextragear-2/kst/kst
George Staikos
staikos at kde.org
Thu Sep 23 18:01:09 CEST 2004
CVS commit by staikos:
Disable printing of page/date/etc. Will re-add later in an optional manner.
CCMAIL: 90115 at bugs.kde.org
M +2 -0 kst.cpp 1.234
--- kdeextragear-2/kst/kst/kst.cpp #1.233:1.234
@@ -1016,5 +1016,7 @@ void KstApp::slotFilePrint() {
pView->view()->resizeForPrint(size);
+#if 0
paint.drawText(rect, Qt::AlignLeft | Qt::AlignVCenter, title);
+#endif
pView->view()->paint(P_PRINT, paint);
pView->view()->revertForPrint();
More information about the Kst
mailing list