Use the PRELIGHT fg color for drawing the expander when prelit. Fixes
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.
This commit is contained in:
parent
1135bef0da
commit
a794a492f4
@ -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>
|
2004-03-11 Federico Mena Quintero <federico@ximian.com>
|
||||||
|
|
||||||
Fix #135912 and #135913.
|
Fix #135912 and #135913.
|
||||||
|
@ -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>
|
2004-03-11 Federico Mena Quintero <federico@ximian.com>
|
||||||
|
|
||||||
Fix #135912 and #135913.
|
Fix #135912 and #135913.
|
||||||
|
@ -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>
|
2004-03-11 Federico Mena Quintero <federico@ximian.com>
|
||||||
|
|
||||||
Fix #135912 and #135913.
|
Fix #135912 and #135913.
|
||||||
|
@ -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>
|
2004-03-11 Federico Mena Quintero <federico@ximian.com>
|
||||||
|
|
||||||
Fix #135912 and #135913.
|
Fix #135912 and #135913.
|
||||||
|
@ -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>
|
2004-03-11 Federico Mena Quintero <federico@ximian.com>
|
||||||
|
|
||||||
Fix #135912 and #135913.
|
Fix #135912 and #135913.
|
||||||
|
@ -5015,7 +5015,7 @@ gtk_default_draw_expander (GtkStyle *style,
|
|||||||
|
|
||||||
if (state_type == GTK_STATE_PRELIGHT)
|
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);
|
1, TRUE, points, 3);
|
||||||
}
|
}
|
||||||
else if (state_type == GTK_STATE_ACTIVE)
|
else if (state_type == GTK_STATE_ACTIVE)
|
||||||
|
Loading…
Reference in New Issue
Block a user