forked from AuroraMiddleware/gtk
radiobutton: :hover on hover
No special cases, those go in the theme.
This commit is contained in:
parent
db1ab7ddf8
commit
0f7c90ac62
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user