[Bug 176344] Font color in regional configuration's "test" widget is always black. See screenshot

Darío Andrés andresbajotierra at gmail.com
Fri Nov 28 15:42:32 GMT 2008


http://bugs.kde.org/show_bug.cgi?id=176344





--- Comment #2 from Darío Andrés <andresbajotierra gmail com>  2008-11-28 16:42:31 ---
UPDATE:

Looking at klocalesample:

http://websvn.kde.org/trunk/KDE/kdebase/runtime/kcontrol/locale/klocalesample.cpp?revision=710012&view=markup

This seems to be a "feature":

"
  // 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);

"

However it's difficult to read when using the "Obsidian Coast" color scheme.


-- 
Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the Unassigned-bugs mailing list