summaryrefslogtreecommitdiff
path: root/gtk/gtkpopover.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gtkpopover.c')
-rw-r--r--gtk/gtkpopover.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gtk/gtkpopover.c b/gtk/gtkpopover.c
index 298d245b37..6e8ba94c96 100644
--- a/gtk/gtkpopover.c
+++ b/gtk/gtkpopover.c
@@ -920,8 +920,7 @@ gtk_popover_fill_border_path (GtkPopover *popover,
_gtk_rounded_box_init_rect (&box, x, y, w, h);
_gtk_rounded_box_apply_border_radius_for_style (&box,
- gtk_style_context_lookup_style (context),
- 0);
+ gtk_style_context_lookup_style (context));
gsk_rounded_rect_path (&box, cr);
cairo_fill (cr);
}