Version: (using Devel) Installed from: Compiled sources OS: Linux klocalesample force the text to be black and it doesn't look good with dark color scheme // Whatever the color scheme is, we want black text QPalette pal = palette(); pal.setColor(QPalette::Disabled, QPalette::WindowText, Qt::black); pal.setColor(QPalette::Active, QPalette::WindowText, Qt::black); pal.setColor(QPalette::Inactive, QPalette::WindowText, Qt::black); setPalette(pal);
*** Bug 176344 has been marked as a duplicate of this bug. ***
From KDE WebSVN log: ------------- Revision 64867 - (view) (download) (as text) (annotate) - [select for diffs] Modified Sat Sep 23 21:45:18 2000 UTC (8 years, 2 months ago) by dfaure Original Path: trunk/kdebase/kcontrol/locale/klocalesample.cpp File length: 5266 byte(s) Diff to previous 54871 Force colors of labels on the map to be always black, no matter which color scheme is used (report by Lukas Tinkl). Fixed crash on destruction (evil static QPixmap). -------- This was introduced 8 years ago. Is this actually necessary ?
Fixed by rev 895762 (http://websvn.kde.org/?view=rev&revision=895762) :)