浏览代码

Merge pull request #39319 from KoBeWi/this_should_do

Make sure built-in script warning fits in dialog
Rémi Verschelde 5 年之前
父节点
当前提交
9f4a14ba97
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      editor/script_create_dialog.cpp

+ 1 - 0
editor/script_create_dialog.cpp

@@ -510,6 +510,7 @@ void ScriptCreateDialog::_built_in_pressed() {
 		_path_changed(file_path->get_text());
 	}
 	_update_dialog();
+	minimum_size_changed();
 }
 
 void ScriptCreateDialog::_browse_path(bool browse_parent, bool p_save) {