Bug 201244

Summary: bad font rendering in wobly window effect
Product: [Plasma] kwin Reporter: Fabian B. <apfelmausmail>
Component: compositingAssignee: KWin default assignee <kwin-bugs-null>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Ubuntu   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: Possible patch

Description Fabian B. 2009-07-23 16:51:36 UTC
Version:           4.2.96 (using KDE 4.2.96)
Compiler:          4.4.0 
OS:                Linux
Installed from:    Ubuntu Packages

Like in https://bugs.kde.org/show_bug.cgi?id=198986 , the fonts looks bad after I move a window with wobly effect on it.
Comment 1 Martin Flöser 2009-07-29 22:57:21 UTC
Created attachment 35724 [details]
Possible patch

Can you please try this patch. It basically is the same solution as for slideback effect. As I don't have been able to reproduce the issue, please try if it fixes it.
Comment 2 Fabian B. 2009-07-30 02:19:56 UTC
Works (: thx
Comment 3 Martin Flöser 2009-07-30 10:14:10 UTC
SVN commit 1004451 by graesslin:

Ensure there is another repaint when wobbly windows ends.
BUG: 201244

 M  +4 -0      wobblywindows.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1004451
Comment 4 Martin Flöser 2009-07-30 10:16:04 UTC
SVN commit 1004452 by graesslin:

Backport r1004451: Ensure there is another repaint when wobbly windows ends.
CCBUG: 201244


 M  +4 -0      wobblywindows.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1004452