projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9b0d9aa
)
button: Use gtk_widget_contains()
author
Benjamin Otte
<otte@redhat.com>
Wed, 1 Nov 2017 19:50:33 +0000
(20:50 +0100)
committer
Benjamin Otte
<otte@redhat.com>
Wed, 1 Nov 2017 19:50:33 +0000
(20:50 +0100)
gtk/gtkbutton.c
patch
|
blob
|
history
diff --git
a/gtk/gtkbutton.c
b/gtk/gtkbutton.c
index 0c35ce2fb47e256f4bdd8d566f7e6508e991feef..eb2958cac2f52f7291986abe6cc4fafff26f6536 100644
(file)
--- a/
gtk/gtkbutton.c
+++ b/
gtk/gtkbutton.c
@@
-331,7
+331,7
@@
touch_release_in_button (GtkButton *button)
gdk_event_free (event);
- if (gtk_widget_contains (GTK_WIDGET (button), x, y))
;
+ if (gtk_widget_contains (GTK_WIDGET (button), x, y))
return TRUE;
return FALSE;