From kde-commits Wed Nov 30 21:09:33 2005 From: George Staikos Date: Wed, 30 Nov 2005 21:09:33 +0000 To: kde-commits Subject: extragear/graphics/kst/kst Message-Id: <1133384973.402384.22641.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=113338498926941 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);