Merge pull request #10750 from Rubonnek/fix-duplicate-script-changed-signal

Renamed 'script_changed' signal in the script editor plugin to 'edited_script_changed'
This commit is contained in:
Rémi Verschelde 2017-08-30 12:46:01 +02:00 committed by GitHub
commit fd7ad7d80a
4 changed files with 15 additions and 17 deletions

View file

@ -197,8 +197,6 @@ void ShaderTextEditor::_validate_script() {
}
void ShaderTextEditor::_bind_methods() {
//ADD_SIGNAL( MethodInfo("script_changed") );
}
ShaderTextEditor::ShaderTextEditor() {