aboutsummaryrefslogtreecommitdiff
path: root/x11-themes
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2004-07-27 17:38:24 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2004-07-27 17:38:24 +0000
commita87d006b507473adda411f42731e730457d6717d (patch)
tree04ce32f159f6206410010c72f15912c9a4e3f020 /x11-themes
parent1de0794c7e9706d17b036065f75719c8321acdf8 (diff)
downloadports-a87d006b507473adda411f42731e730457d6717d.tar.gz
ports-a87d006b507473adda411f42731e730457d6717d.zip
Notes
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/qinx/files/patch-qinxstyle.cc11
1 files changed, 11 insertions, 0 deletions
diff --git a/x11-themes/qinx/files/patch-qinxstyle.cc b/x11-themes/qinx/files/patch-qinxstyle.cc
new file mode 100644
index 000000000000..1cf0c2aa440a
--- /dev/null
+++ b/x11-themes/qinx/files/patch-qinxstyle.cc
@@ -0,0 +1,11 @@
+--- qinxstyle/qinxstyle.cc.orig Sun Jul 25 21:12:29 2004
++++ qinxstyle/qinxstyle.cc Sun Jul 25 21:12:51 2004
+@@ -1677,7 +1677,7 @@
+ }
+
+ PrimitiveElement element;
+- QColor color = (spin==hover_)
++ QColor color = ((QWidget*)spin==hover_)
+ ? group.button().light(contrast)
+ : group.button();
+