radiobutton: :hover on hover

No special cases, those go in the theme.
This commit is contained in:
Benjamin Otte 2014-08-15 18:30:19 +02:00
parent db1ab7ddf8
commit 0f7c90ac62

View File

@ -862,7 +862,7 @@ gtk_radio_button_draw_indicator (GtkCheckButton *check_button,
(button->priv->button_down && button->priv->in_button))
state |= GTK_STATE_FLAG_ACTIVE;
if (button->priv->in_button && !(state & GTK_STATE_FLAG_INSENSITIVE))
if (button->priv->in_button)
state |= GTK_STATE_FLAG_PRELIGHT;
if (gtk_widget_get_direction (widget) == GTK_TEXT_DIR_RTL)