[Kst] extragear/graphics/kst/kst
George Staikos
staikos at kde.org
Thu Dec 1 23:19:26 CET 2005
SVN commit 484781 by staikos:
fix ellipse masking
M +3 -0 kstviewellipse.cpp
--- trunk/extragear/graphics/kst/kst/kstviewellipse.cpp #484780:484781
@@ -59,6 +59,9 @@
void KstViewEllipse::paint(KstPainter& p, const QRegion& bounds) {
+ if (p.makingMask()) {
+ p.setRasterOp(Qt::SetROP);
+ }
QPen pen(_borderColor, _borderWidth);
p.setPen(pen);
if (_transparentFill) {
More information about the Kst
mailing list