Version: unspecified (using KDE 4.7.1) OS: Linux It is very hard to explain in words this bug, so I made snapshots. Color scheme is LightBrown Oxygen from kde-look and "Outline active window title" option is enabled. Snapshots: KDE 4.6.5 : http://www.dodaj.rs/f/46/jw/3JTk4o9M/snapshot23.jpg http://www.dodaj.rs/f/M/dv/wQKRWq1/snapshot24.jpg KDE 4.7.1 http://www.dodaj.rs/f/34/va/1QCJO3ao/snapshot2.jpg http://www.dodaj.rs/f/28/BB/43EQ4MsE/snapshot3.jpg Reproducible: Always Steps to Reproduce: Use "Outline active window title" windeco option Expected Results: "Outline active window title" windeco option to look the same as it looked in KDE 4.6.5
I can confirm the issue. Some color is wrong on the window border outline. Will fix. (damn it is hard to catch. I had to browse back and forth). Thanks for posting.
Git commit 7f9c672146c5ad10e3255b678494ecdb482d052a by Hugo Pereira Da Costa. Committed on 05/10/2011 at 18:55. Pushed by hpereiradacosta into branch 'KDE/4.7'. Turn off antialiasing when rendering window outline borders. CCBUG: 283398 M +7 -0 kwin/clients/oxygen/oxygenclient.cpp http://commits.kde.org/kde-workspace/7f9c672146c5ad10e3255b678494ecdb482d052a
Git commit 6f6d0010998a19e8b1e01c77b42a6b3b5b181b38 by Hugo Pereira Da Costa. Committed on 05/10/2011 at 18:55. Pushed by hpereiradacosta into branch 'master'. Turn off antialiasing when rendering window outline borders. CCBUG: 283398 M +7 -0 kwin/clients/oxygen/oxygenclient.cpp http://commits.kde.org/kde-workspace/6f6d0010998a19e8b1e01c77b42a6b3b5b181b38
ok. That fixes it. Some anti-aliasing problem, which was causing the previously "sharp" lines to be blurred across 2 pixels. Pushed both to master and KDE/4.7
Thanks a lot!