You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-05 12:10:55 +00:00
Update size when updating ScriptCreateDialog
This commit is contained in:
@@ -513,7 +513,6 @@ 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) {
|
||||
@@ -726,6 +725,7 @@ void ScriptCreateDialog::_update_dialog() {
|
||||
}
|
||||
|
||||
get_ok()->set_disabled(!script_ok);
|
||||
minimum_size_changed();
|
||||
}
|
||||
|
||||
void ScriptCreateDialog::_bind_methods() {
|
||||
|
||||
Reference in New Issue
Block a user