summaryrefslogtreecommitdiffstats
path: root/libmenu
diff options
context:
space:
mode:
Diffstat (limited to 'libmenu')
-rw-r--r--libmenu/vf_menu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmenu/vf_menu.c b/libmenu/vf_menu.c
index a69ba0c397..deba7b9043 100644
--- a/libmenu/vf_menu.c
+++ b/libmenu/vf_menu.c
@@ -244,7 +244,7 @@ static int config(struct vf_instance_s* vf, int width, int height, int d_width,
// here is the right place to get screen dimensions
if (force_load_font) {
force_load_font = 0;
- load_font(width,height);
+ load_font_ft(width,height);
}
#endif
return vf_next_config(vf,width,height,d_width,d_height,flags,outfmt);