[Kst] extragear/graphics/kst/kst

George Staikos staikos at kde.org
Sat Oct 29 16:55:59 CEST 2005


SVN commit 475496 by staikos:

remove printf


 M  +0 -1      kst2dplot.cpp  


--- trunk/extragear/graphics/kst/kst/kst2dplot.cpp #475495:475496
@@ -5679,7 +5679,6 @@
       _fullTickLabel->setRotation(270);
       p.save();
       if (offsetY && !_yLabel->text().isEmpty()) {
-        printf("offsetY\n");
         p.translate(_yLabel->lineSpacing(), d2i(y_px - ybot_bdr_px) - _fullTickLabel->size().height());
       } else {
         p.translate(0, d2i(y_px-ybot_bdr_px)-_fullTickLabel->size().height());


More information about the Kst mailing list