|
[Bug 89971] Font color on some tooltips are not set correctly: msg#00187kde.devel.kwrite
------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=89971 anders alweb dk changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED ------- Additional Comments From anders alweb dk 2004-09-23 14:59 ------- CVS commit by alund: Since we set a bg color for the ArgHint labels, we better set a fg color too. Backport will follow CCMAIL: 89971-done bugs kde org M +1 -0 katecodecompletion.cpp 1.37 --- kdelibs/kate/part/katecodecompletion.cpp #1.36:1.37 @ -478,4 +478,5 @ void KateArgHint::addFunction( int id, c QLabel* label = new QLabel( prot.stripWhiteSpace().simplifyWhiteSpace(), this ); label->setBackgroundColor( QColor(255, 255, 238) ); + label->setPaletteForegroundColor( QColor("black") ); label->show(); labelDict.insert( id, label ); |
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | PIM Integration for Editor with code folding: 00187, Oliver Oppitz |
|---|---|
| Next by Date: | [Bug 89971] Font color on some tooltips are not set correctly: 00187, Anders Lund |
| Previous by Thread: | [Bug 89971] Font color on some tooltips are not set correctlyi: 00187, Mantia Andras |
| Next by Thread: | [Bug 89971] Font color on some tooltips are not set correctly: 00187, Anders Lund |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |