Rename internal EditorPlugin icon/name to match exposed methods

This commit is contained in:
Aaron Franke 2024-10-12 19:42:12 -07:00
parent b9437c3938
commit 0ab3dc273e
No known key found for this signature in database
GPG key ID: 40A1750B977E56BF
67 changed files with 82 additions and 82 deletions

View file

@ -4481,7 +4481,7 @@ void ScriptEditorPlugin::_focus_another_editor() {
}
void ScriptEditorPlugin::_save_last_editor(const String &p_editor) {
if (p_editor != get_name()) {
if (p_editor != get_plugin_name()) {
last_editor = p_editor;
}
}