forked from AuroraMiddleware/gtk
win32: fix typo in msw_style.c
https://bugzilla.gnome.org/show_bug.cgi?id=647460
This commit is contained in:
parent
1df95b4c0a
commit
6ed89c514b
@ -853,7 +853,7 @@ setup_system_styles (GtkStyle *style)
|
||||
sys_color_to_gtk_color (XP_THEME_CLASS_TEXT, COLOR_GRAYTEXT,
|
||||
&style->fg[GTK_STATE_INSENSITIVE]);
|
||||
sys_color_to_gtk_color (XP_THEME_CLASS_BUTTON, COLOR_BTNTEXT,
|
||||
&style->bg[GTK_STATE_ACTIVE]);
|
||||
&style->fg[GTK_STATE_ACTIVE]);
|
||||
sys_color_to_gtk_color (XP_THEME_CLASS_WINDOW, COLOR_WINDOWTEXT,
|
||||
&style->fg[GTK_STATE_PRELIGHT]);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user