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

List:       kde-commits
Subject:    KDE/kdelibs/khtml/misc
From:       Germain Garand <germain () ebooksfrance ! org>
Date:       2008-07-08 3:34:57
Message-ID: 1215488097.221515.13277.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 829302 by ggarand:

make focus outline visible again.


 M  +2 -1      helper.cpp  


--- trunk/KDE/kdelibs/khtml/misc/helper.cpp #829301:829302
@@ -105,7 +105,6 @@
     { CSS_VAL_TEAL, 0xFF008080  },
     { CSS_VAL_WHITE, 0xFFFFFFFF },
     { CSS_VAL_YELLOW, 0xFFFFFF00 },
-    { CSS_VAL_INVERT, invertedColor },
     { CSS_VAL_TRANSPARENT, transparentColor },
     { CSS_VAL_GREY, 0xff808080 },
     { 0, 0 }
@@ -194,6 +193,8 @@
 	++col;
     if ( col->css_value )
 	return QColor::fromRgba(col->color);
+    else if ( css_value == CSS_VAL_INVERT )
+        return QColor();
 
     const uiColors *uicol = uimap;
     while ( uicol->css_value && uicol->css_value != css_value )
[prev in list] [next in list] [prev in thread] [next in thread] 

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