Bug 201244 - bad font rendering in wobly window effect
Summary: bad font rendering in wobly window effect
Status: RESOLVED FIXED
Alias: None
Product: kwin
Classification: Plasma
Component: compositing (show other bugs)
Version: unspecified
Platform: Ubuntu Linux
: NOR normal
Target Milestone: ---
Assignee: KWin default assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-23 16:51 UTC by Fabian B.
Modified: 2009-07-30 10:16 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
Possible patch (780 bytes, patch)
2009-07-29 22:57 UTC, Martin Flöser
Details

Note You need to log in before you can comment on or make changes to this bug.
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