[Kst] extragear/graphics/kst/kst
Andrew Walker
arwalker at sumusltd.com
Tue Jul 19 01:36:13 CEST 2005
SVN commit 436077 by arwalker:
Only display debug messages during BENCHMARK tests
M +2 -0 ksttoplevelview.cpp
--- trunk/extragear/graphics/kst/kst/ksttoplevelview.cpp #436076:436077
@@ -95,7 +95,9 @@
#endif
if (type == P_PRINT || type == P_EXPORT) {
updateAlignment(type, p);
+#ifdef BENCHMARK
kdDebug() << "FILL" << endl;
+#endif
p.fillRect(geometry(), QBrush(KstSettings::globalSettings()->backgroundColor, SolidPattern));
} else {
updateAlignment(type, p);
More information about the Kst
mailing list