Make EditorFileDialog only created on demand in EditorResourcePicker

This commit is contained in:
Yuri Sizov
2021-05-25 18:38:19 +03:00
parent 313e1f62bb
commit c8551b0eda
3 changed files with 16 additions and 14 deletions

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" ?>
<class name="EditorSpinSlider" inherits="Range" version="4.0">
<brief_description>
Godot editor's control for editing numertic values.
Godot editor's control for editing numeric values.
</brief_description>
<description>
This [Control] node is used in the editor's Inspector dock to allow editing of numeric values. Can be used with [EditorInspectorPlugin] to recreate the same behavior.