View | Details | Raw Unified | Return to bug 69742
Collapse All | Expand All

(-)qinx/files/patch-qinxstyle.cc (+11 lines)
Line 0 Link Here
1
--- qinxstyle/qinxstyle.cc.orig	Sun Jul 25 21:12:29 2004
2
+++ qinxstyle/qinxstyle.cc	Sun Jul 25 21:12:51 2004
3
@@ -1677,7 +1677,7 @@
4
           }
5
 
6
           PrimitiveElement element;
7
-          QColor color = (spin==hover_)
8
+          QColor color = ((QWidget*)spin==hover_)
9
               ? group.button().light(contrast)
10
               : group.button();
11
 

Return to bug 69742