summaryrefslogtreecommitdiff
path: root/gtk/gtkcalendar.c
diff options
context:
space:
mode:
authorTimm Bäder <mail@baedert.org>2017-05-04 11:27:45 +0200
committerMatthias Clasen <mclasen@redhat.com>2017-07-19 21:27:11 -0400
commit2cd1a984cfe1c659c72e4cee98e231aee0f96e4e (patch)
tree6f866a3fd2508a429dcbbb4a01ac1338458aca68 /gtk/gtkcalendar.c
parent3094b341ed1430aa1f8bfd4627058a72a3072433 (diff)
downloadgtk+-2cd1a984cfe1c659c72e4cee98e231aee0f96e4e.tar.gz
set clip of more widgets
Diffstat (limited to 'gtk/gtkcalendar.c')
-rw-r--r--gtk/gtkcalendar.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/gtkcalendar.c b/gtk/gtkcalendar.c
index 96183235e0..d9baabd7a9 100644
--- a/gtk/gtkcalendar.c
+++ b/gtk/gtkcalendar.c
@@ -2119,6 +2119,8 @@ gtk_calendar_size_allocate (GtkWidget *widget,
}
}
}
+
+ gtk_widget_set_clip (widget, allocation);
}