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

List:       kde-commits
Subject:    kdeartwork/styles/plastik
From:       Sandro Giessl <ceebx () users ! sourceforge ! net>
Date:       2004-04-23 19:30:28
Message-ID: 20040423193028.82D669A6E () office ! kde ! org
[Download RAW message or body]

CVS commit by giessl: 

I forgot these in r 1.60...


  M +2 -2      plastik.cpp   1.69


--- kdeartwork/styles/plastik/plastik.cpp  #1.68:1.69
@@ -2641,5 +2641,5 @@ void PlastikStyle::drawComplexControl(Co
             }
 
-            if (widget == hoverWidget) {
+            if ((widget == hoverWidget) || (flags & Style_MouseOver)) {
                 surfaceFlags |= Is_Highlight;
                 if(editable) surfaceFlags |= Highlight_Left|Highlight_Right;
@@ -2658,5 +2658,5 @@ void PlastikStyle::drawComplexControl(Co
                 }
 
-                if (widget == hoverWidget) {
+                if ((widget == hoverWidget) || (flags & Style_MouseOver)) {
                     surfaceFlags |= Is_Highlight;
                     surfaceFlags |= Highlight_Top|Highlight_Bottom;


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

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