BUG 297272
Thomas Lübking
thomas.luebking at gmail.com
Mon Apr 2 00:29:27 UTC 2012
https://bugs.kde.org/show_bug.cgi?id=297272
This bug is my fault, i forgot to copy/fix the visibleRect() for "Deleted"
clients.
The patch is trivial, adding a public
virtual inline QRect visibleRect() const
{
return Toplevel::visibleRect().adjusted(-padding_left,
-padding_top, padding_right, padding_bottom);
}
to deleted.h will fix it.
-> can we push this into 4.8.2 before the official release?
@Martin
I'll be away tomorrow (no idea when ~ noon) and likely not have access to
a development system before Thursday night (and internet before tomorrow
evening)
In case we get permission to push this, it could mean that you'll have to
do :-\
Cheers,
Thomas
(the issue comes with the fade effect, neither xrender, nor git master,
nor the AnimationEffect's (not for 4.8 either) are affected - great)
More information about the release-team
mailing list