Version: (using KDE 4.3.0) Compiler: GCC 4.3.2 Target: x86_64-unknown-linux-gnu Configured with: ../gcc-4.3.2/configure --prefix=/usr --libexecdir=/usr/lib --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-languages=c,c++,fortran,objc,treelang --disable-multilib --enable-c99 --enable-long-long Thread model: posix OS: Linux Installed from: Compiled From Sources It seems that font hinting on combobox widgets is incorrect while everywhere else it's ok (screenshot is to be attached). I think it's the problem with RGB pixel order which seems to be different for comboboxes than system settings.
Created attachment 35881 [details] Hinting problem
Also, it's unlikely to be Qt (4.5.2) or X problem, because previously KDE 4.2.4 worked ok on the same builds.
It looks like the text is rendered twice. I see this on my system also, but I blamed current Qt trunk (4.6). Thanks for confirming that the problem is in KDE.
*** Bug 202720 has been marked as a duplicate of this bug. ***
SVN commit 1008049 by cfeck: Do not draw twice Logic for switch statement changed with r970791 BUG: 202701 M +2 -0 oxygen.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1008049
SVN commit 1008050 by cfeck: Do not draw twice (backport r1008049) CCBUG: 202701 M +2 -0 oxygen.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1008050
Thank you very much, Christoph! Really fast patch