From bbaa4e9d2622b58e256ea32c3a10fda0bb0ee750 Mon Sep 17 00:00:00 2001 From: Hans Goudey Date: Sat, 20 Jan 2024 10:26:29 -0500 Subject: [PATCH] Fix #117354: Crash loading file browser tooltips Caused by 6abf43cef52a3186642959270bfbabe1ea3dc5f3 --- source/blender/editors/space_file/file_draw.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);