mirror of
https://github.com/godotengine/godot.git
synced 2025-01-30 05:40:46 +00:00
fixed crash on make resources unique menu option, fixes #1874
This commit is contained in:
parent
b777bf5ff5
commit
bc0ef64bed
@ -2122,7 +2122,7 @@ void EditorNode::_menu_option_confirm(int p_option,bool p_confirmed) {
|
||||
}
|
||||
|
||||
editor_data.get_undo_redo().clear_history();
|
||||
if (editor_plugin_screen) { //reload editor plugin
|
||||
if (editor_plugin_over) { //reload editor plugin
|
||||
editor_plugin_over->edit(NULL);
|
||||
editor_plugin_over->edit(current);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user