Fix #117354: Crash loading file browser tooltips

Caused by 6abf43cef5
This commit is contained in:
Hans Goudey 2024-01-20 10:26:29 -05:00
parent 33bb3d838f
commit bbaa4e9d26
1 changed files with 1 additions and 1 deletions

View File

@ -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);