Fix #113826: Set Explicit Font Size for Overlays #113868

Merged
Harley Acheson merged 1 commits from Harley/blender:Fix113826 into blender-v4.0-release 2023-10-18 00:50:12 +02:00
1 changed files with 1 additions and 0 deletions

View File

@ -1535,6 +1535,7 @@ void view3d_draw_region_info(const bContext *C, ARegion *region)
int xoffset = rect->xmin + (0.5f * U.widget_unit);
int yoffset = rect->ymax - (0.1f * U.widget_unit);
BLF_default_size(UI_style_get()->widgetlabel.points);
BLF_set_default();
if ((v3d->overlay.flag & V3D_OVERLAY_HIDE_TEXT) == 0) {
if ((U.uiflag & USER_SHOW_FPS) && ED_screen_animation_no_scrub(wm)) {