SVN commit 503583 by staikos:
make borders work
M +1 -1 kstviewlabel.cpp
--- branches/work/kst/viewpaint/kst/kst/kstviewlabel.cpp #503582:503583
@@ -361,7 +361,7 @@
p.setClipRegion(bounds & clip);
}
- _backBuffer.paintInto(p, geometry());
+ _backBuffer.paintInto(p, contentsRect());
}
p.restore();
}