logo       

[Bug 89971] Font color on some tooltips are not set correctly: msg#00187

kde.devel.kwrite

Subject: [Bug 89971] Font color on some tooltips are not set correctly

------- 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>
Google Custom Search

News | FAQ | advertise