CVS commit by staikos: put my debug code back in M +1 -0 kst2dplot.cpp 1.152 --- kdeextragear-2/kst/kst/kst2dplot.cpp #1.151:1.152 @@ -892,4 +892,5 @@ void Kst2DPlot::resize(const QSize& size void Kst2DPlot::updateTieBox(QPainter& p) { + //kdDebug() << "Update tie box for " << tagName() << endl; QRect tr = GetTieBoxRegion(); p.setPen(foregroundColor());