Fix opening files from splash screen

This commit is contained in:
Jacques Lucke 2019-04-25 11:03:09 +02:00
parent 6d09fa3577
commit 486d9356ba
Notes: blender-bot 2023-02-14 10:35:28 +01:00
Referenced by issue #63894, Clicking on recent files from the splash screen opens the file browser instead
1 changed files with 2 additions and 0 deletions

View File

@ -294,6 +294,8 @@ class TOPBAR_MT_file_new(Menu):
)
props.app_template = d
layout.operator_context = 'EXEC_DEFAULT'
if show_more:
layout.menu("TOPBAR_MT_templates_more", text="...")