[gtk+/gtk-style-context: 481/490] GtkCheckButton: Look active when the pointer button is pressed and hovering
- From: Carlos Garnacho <carlosg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/gtk-style-context: 481/490] GtkCheckButton: Look active when the pointer button is pressed and hovering
- Date: Wed, 24 Nov 2010 14:20:09 +0000 (UTC)
commit 9b534f9926435f43c6b8d4652051f87d0726c311
Author: Carlos Garnacho <carlosg gnome org>
Date: Wed Nov 24 03:02:49 2010 +0100
GtkCheckButton: Look active when the pointer button is pressed and hovering
gtk/gtkcheckbutton.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkcheckbutton.c b/gtk/gtkcheckbutton.c
index a272904..91b92f0 100644
--- a/gtk/gtkcheckbutton.c
+++ b/gtk/gtkcheckbutton.c
@@ -444,7 +444,8 @@ gtk_real_check_button_draw_indicator (GtkCheckButton *check_button,
if (gtk_toggle_button_get_inconsistent (toggle_button))
state |= GTK_STATE_FLAG_INCONSISTENT;
- else if (gtk_toggle_button_get_active (toggle_button))
+ else if (gtk_toggle_button_get_active (toggle_button) ||
+ (button->priv->button_down && button->priv->in_button))
state |= GTK_STATE_FLAG_ACTIVE;
if (button->priv->activate_timeout || (button->priv->button_down && button->priv->in_button))
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]