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

List:       kde-commits
Subject:    koffice/kspread
From:       Ariya Hidayat <ariya () kde ! org>
Date:       2005-03-31 23:10:24
Message-ID: 20050331231024.E4B6F636 () office ! kde ! org
[Download RAW message or body]

CVS commit by ariya: 

match with the new highlight color used in column/row headers


  M +4 -1      kspread_cell.cc   1.695


--- koffice/kspread/kspread_cell.cc  #1.694:1.695
@@ -2275,5 +2275,8 @@ void KSpreadCell::paintBackground( QPain
   // Determine the correct background color
   if ( selected )
-    painter.setBackgroundColor( defaultColorGroup.highlight() );
+  {
+    QColor c = defaultColorGroup.highlight().light();
+    painter.setBackgroundColor( c );
+  }
   else {
     QColor bg( backgroundColor );


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

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