mirror of
https://github.com/godotengine/godot.git
synced 2025-10-20 00:13:30 +00:00
Renamed 'script_changed' signal in the script editor plugin to 'edited_script_changed'
This commit is contained in:
parent
a91d12ab94
commit
a400a65c8a
4 changed files with 15 additions and 17 deletions
|
@ -529,7 +529,7 @@ void ScriptTextEditor::_validate_script() {
|
|||
}
|
||||
|
||||
emit_signal("name_changed");
|
||||
emit_signal("script_changed");
|
||||
emit_signal("edited_script_changed");
|
||||
}
|
||||
|
||||
static Node *_find_node_for_script(Node *p_base, Node *p_current, const Ref<Script> &p_script) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue