CVS commit by staikos: rotate M +1 -0 kstviewlabel.cpp 1.9 --- kdeextragear-2/kst/kst/kstviewlabel.cpp #1.8:1.9 @@ -402,4 +402,5 @@ void KstViewLabel::drawToBuffer(LabelChu pen.setColor(foregroundColor()); p.setPen(pen); + p.rotate(_rotation); // FIXME: text direction support int x, y;