1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-07 12:30:27 +00:00

Fixed save as not working with scripts

(cherry picked from commit c68e4e8cbe)
This commit is contained in:
Paulb23
2016-06-22 17:39:02 +01:00
committed by Rémi Verschelde
parent 39cc2cbfb9
commit 5907bddda5

View File

@@ -1070,6 +1070,7 @@ void ScriptEditor::_menu_option(int p_option) {
if (trim_trailing_whitespace_on_save) {
_trim_trailing_whitespace(current->get_text_edit());
}
editor->push_item(current->get_edited_script()->cast_to<Object>());
editor->save_resource_as( current->get_edited_script() );
} break;