https://bugs.kde.org/show_bug.cgi?id=423405

--- Comment #11 from David Edmundson <k...@davidedmundson.co.uk> ---
Did some looking. 

I'm pretty sure it's 309fbf1837863c483b04491eda8af8bc5235260a in kwin

(which means it's not frameworks and we have a whil)

adding some debug:


@@ -411,8 +411,10 @@ QRegion BlurEffect::blurRegion(const EffectWindow *w)
const
+

     if (value.isValid()) {
+        qDebug() << "start" << w->shape() << w->rect();
.....
+        qDebug() << "end" <<  region;
     } else if (w->decorationHasAlpha() && 

results in



22:17:59.165 KWin::BlurEffect::blurRegion start QRegion(0,0 364x239) QRect(0,0
364x239)
22:17:59.165 KWin::BlurEffect::blurRegion end QRegion(null)

not sure why it makes a difference &'ing these two rects should result in the
same thing.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to