mirror of
https://github.com/godotengine/godot.git
synced 2025-01-16 23:12:08 +00:00
Fixed save as not working with scripts
This commit is contained in:
parent
0266d752b3
commit
c68e4e8cbe
@ -1138,6 +1138,7 @@ void ScriptEditor::_menu_option(int p_option) {
|
|||||||
if (trim_trailing_whitespace_on_save) {
|
if (trim_trailing_whitespace_on_save) {
|
||||||
_trim_trailing_whitespace(current->get_text_edit());
|
_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() );
|
editor->save_resource_as( current->get_edited_script() );
|
||||||
|
|
||||||
} break;
|
} break;
|
||||||
|
Loading…
Reference in New Issue
Block a user