You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
Small fixes in some editor dialogs
This commit is contained in:
@@ -1279,6 +1279,7 @@ AnimationPlayerEditor::AnimationPlayerEditor(EditorNode *p_editor) {
|
||||
add_child(file);
|
||||
|
||||
name_dialog = memnew( ConfirmationDialog );
|
||||
name_dialog->set_title("Create New Animation");
|
||||
name_dialog->set_hide_on_ok(false);
|
||||
add_child(name_dialog);
|
||||
name = memnew( LineEdit );
|
||||
|
||||
Reference in New Issue
Block a user