[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    branches/kdevelop/3.4/parts/grepview
From:       Andreas Pakulat <apaku () gmx ! de>
Date:       2006-12-19 20:36:45
Message-ID: 1166560605.851341.20841.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 614999 by apaku:

Really fix the color-problems. 

Patch from Matthew Woelke, applied cleanly this time ;)

BUG: 138730


 M  +2 -2      grepviewwidget.cpp  


--- branches/kdevelop/3.4/parts/grepview/grepviewwidget.cpp #614998:614999
@@ -107,7 +107,7 @@
 	}
 	else
 	{
-		p->setPen(dim);
+		p->setPen(base);
 		QFont font1(p->font());
 		QFont font2(font1);
 		font2.setBold(true);
@@ -116,7 +116,7 @@
 		p->setFont(font1);
 		x += fm.width(stx);
 
-		p->setPen(Qt::blue);
+		p->setPen(result);
 		p->drawText(x, y, text);
 	}
 }
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic