summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2014-05-23 16:01:45 +0200
committerBenjamin Otte <otte@redhat.com>2014-05-23 19:33:14 +0200
commit37c76aad11d5619c54acc3f62c008a588721ed6f (patch)
treee5eeab7df85e1c8492d669230e22b9ca1c94e144
parent2a111dd1d09c1b8500401e4a9b7cc3107e0bded5 (diff)
downloadgtk+-37c76aad11d5619c54acc3f62c008a588721ed6f.tar.gz
button: Implement clipwip/clip
-rw-r--r--gtk/gtkbutton.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/gtkbutton.c b/gtk/gtkbutton.c
index 239c512513..be71be7755 100644
--- a/gtk/gtkbutton.c
+++ b/gtk/gtkbutton.c
@@ -1761,6 +1761,8 @@ gtk_button_size_allocate (GtkWidget *widget,
gtk_widget_size_allocate_with_baseline (child, &child_allocation, baseline);
}
+
+ _gtk_widget_set_simple_clip (widget);
}
static gboolean