]> Pileus Git - ~andy/gtk/commitdiff
Use the PRELIGHT fg color for drawing the expander when prelit. Fixes
authorMark McLoughlin <mark@skynet.ie>
Thu, 11 Mar 2004 08:19:34 +0000 (08:19 +0000)
committerMark McLoughlin <markmc@src.gnome.org>
Thu, 11 Mar 2004 08:19:34 +0000 (08:19 +0000)
2004-03-11  Mark McLoughlin  <mark@skynet.ie>

        * gtk/gtkstyle.c: (gtk_default_draw_expander): Use the PRELIGHT
        fg color for drawing the expander when prelit. Fixes problem
        with the HighContrast theme: bug #136789.

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtkstyle.c

index 33cc004d415fbed176721f166d25db8f54d0817f..06804a2a2243a6ac2331f146d41dd0c2aab022b5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2004-03-11  Mark McLoughlin  <mark@skynet.ie>
+
+       * gtk/gtkstyle.c: (gtk_default_draw_expander): Use the PRELIGHT
+       fg color for drawing the expander when prelit. Fixes problem
+       with the HighContrast theme: bug #136789.
+
 2004-03-11  Federico Mena Quintero  <federico@ximian.com>
 
        Fix #135912 and #135913.
index 33cc004d415fbed176721f166d25db8f54d0817f..06804a2a2243a6ac2331f146d41dd0c2aab022b5 100644 (file)
@@ -1,3 +1,9 @@
+2004-03-11  Mark McLoughlin  <mark@skynet.ie>
+
+       * gtk/gtkstyle.c: (gtk_default_draw_expander): Use the PRELIGHT
+       fg color for drawing the expander when prelit. Fixes problem
+       with the HighContrast theme: bug #136789.
+
 2004-03-11  Federico Mena Quintero  <federico@ximian.com>
 
        Fix #135912 and #135913.
index 33cc004d415fbed176721f166d25db8f54d0817f..06804a2a2243a6ac2331f146d41dd0c2aab022b5 100644 (file)
@@ -1,3 +1,9 @@
+2004-03-11  Mark McLoughlin  <mark@skynet.ie>
+
+       * gtk/gtkstyle.c: (gtk_default_draw_expander): Use the PRELIGHT
+       fg color for drawing the expander when prelit. Fixes problem
+       with the HighContrast theme: bug #136789.
+
 2004-03-11  Federico Mena Quintero  <federico@ximian.com>
 
        Fix #135912 and #135913.
index 33cc004d415fbed176721f166d25db8f54d0817f..06804a2a2243a6ac2331f146d41dd0c2aab022b5 100644 (file)
@@ -1,3 +1,9 @@
+2004-03-11  Mark McLoughlin  <mark@skynet.ie>
+
+       * gtk/gtkstyle.c: (gtk_default_draw_expander): Use the PRELIGHT
+       fg color for drawing the expander when prelit. Fixes problem
+       with the HighContrast theme: bug #136789.
+
 2004-03-11  Federico Mena Quintero  <federico@ximian.com>
 
        Fix #135912 and #135913.
index 33cc004d415fbed176721f166d25db8f54d0817f..06804a2a2243a6ac2331f146d41dd0c2aab022b5 100644 (file)
@@ -1,3 +1,9 @@
+2004-03-11  Mark McLoughlin  <mark@skynet.ie>
+
+       * gtk/gtkstyle.c: (gtk_default_draw_expander): Use the PRELIGHT
+       fg color for drawing the expander when prelit. Fixes problem
+       with the HighContrast theme: bug #136789.
+
 2004-03-11  Federico Mena Quintero  <federico@ximian.com>
 
        Fix #135912 and #135913.
index fc8ae92c4c81203c8277a645d0c123b8bf66dc13..91d7679a61b9ad56698760689d71f7d553534f6a 100644 (file)
@@ -5015,7 +5015,7 @@ gtk_default_draw_expander (GtkStyle        *style,
 
   if (state_type == GTK_STATE_PRELIGHT)
     {
-      gtk_style_draw_polygon_with_gc (window, style->fg_gc[GTK_STATE_NORMAL],
+      gtk_style_draw_polygon_with_gc (window, style->fg_gc[GTK_STATE_PRELIGHT],
                                      1, TRUE, points, 3);
     }
   else if (state_type == GTK_STATE_ACTIVE)