[Kst] extragear/graphics/kst/kst
George Staikos
staikos at kde.org
Wed Nov 30 22:09:33 CET 2005
SVN commit 484454 by staikos:
that was not supposed to go in
M +0 -2 kstviewbox.cpp
--- trunk/extragear/graphics/kst/kst/kstviewbox.cpp #484453:484454
@@ -68,11 +68,9 @@
}
QPen pen(borderColor(), borderWidth());
pen.setJoinStyle(_cornerStyle);
-#if 0
if (borderWidth() == 0) {
pen.setStyle(Qt::NoPen);
}
-#endif
p.setPen(pen);
if (_transparentFill) {
p.setBrush(Qt::NoBrush);
More information about the Kst
mailing list