|
[Bug 89971] Font color on some tooltips are not set correctly: msg#00188kde.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 ------- Additional Comments From anders alweb dk 2004-09-23 15:00 ------- CVS commit by alund: ahem, set the fg color in the parent, that way we only need to do it once.. CCMAIL: 89971 bugs kde org M +1 -1 katecodecompletion.cpp 1.38 --- kdelibs/kate/part/katecodecompletion.cpp #1.37:1.38 @ -385,4 +385,5 @ KateArgHint::KateArgHint( KateView* pare { setBackgroundColor( black ); + setPaletteForegroundColor( QColor("black") ); labelDict.setAutoDelete( true ); @ -478,5 +479,4 @ 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: | [Bug 89971] Font color on some tooltips are not set correctly: 00188, Anders Lund |
|---|---|
| Next by Date: | [Bug 89971] Font color on some tooltips are not set correctly: 00188, Anders Lund |
| Previous by Thread: | [Bug 89971] Font color on some tooltips are not set correctlyi: 00188, Anders Lund |
| Next by Thread: | [Bug 89971] Font color on some tooltips are not set correctly: 00188, Anders Lund |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |