diff --git a/source/blender/editors/space_file/file_draw.cc b/source/blender/editors/space_file/file_draw.cc index aefd4468380..0fbe15aefe0 100644 --- a/source/blender/editors/space_file/file_draw.cc +++ b/source/blender/editors/space_file/file_draw.cc @@ -283,7 +283,7 @@ static void file_draw_tooltip_custom_func(bContext * /*C*/, uiTooltipData *tip, day_string, (is_today || is_yesterday) ? "" : date_st, (is_today || is_yesterday) ? time_st : ""), - nullptr, + {}, UI_TIP_STYLE_NORMAL, UI_TIP_LC_NORMAL);