summaryrefslogtreecommitdiff
path: root/src/ui/ui.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/ui.c')
-rw-r--r--src/ui/ui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/ui.c b/src/ui/ui.c
index 4670507d..f917c1d7 100644
--- a/src/ui/ui.c
+++ b/src/ui/ui.c
@@ -689,7 +689,7 @@ meta_ui_theme_get_frame_borders (MetaUI *ui,
theme = meta_ui_get_theme ();
theme_variant = NULL;
- font_desc = meta_theme_create_font_desc (theme, theme_variant);
+ font_desc = meta_theme_create_font_desc (theme, theme_variant, type, flags);
context = gtk_widget_get_pango_context (GTK_WIDGET (ui->frames));
text_height = meta_pango_font_desc_get_text_height (font_desc, context);