GtkRadioButton: Use "radio" style class instead of "check"

This commit is contained in:
Carlos Garcia Campos 2011-01-03 13:09:00 +01:00 committed by Carlos Garcia Campos
parent 83f5e4868c
commit 3fff4bd091

View File

@ -952,7 +952,7 @@ gtk_radio_button_draw_indicator (GtkCheckButton *check_button,
allocation.width - (2 * border_width),
allocation.height - (2 * border_width));
gtk_style_context_add_class (context, GTK_STYLE_CLASS_CHECK);
gtk_style_context_add_class (context, GTK_STYLE_CLASS_RADIO);
gtk_render_option (context, cr,
x, y, indicator_size, indicator_size);