SVN commit 601454 by staikos:
backport fix for 135069
M +2 -0 kstplotlabel.cpp
--- branches/kst/1.3/kst/src/libkstapp/kstplotlabel.cpp #601453:601454
@@ -157,6 +157,8 @@
p.translate(tx, ty);
p.rotate(_rotation);
+ rc.pen = p.pen();
+
if (lp && lp->chunk) {
renderLabel(rc, lp->chunk);
}