Merge pull request #90616 from Rindbee/update-undo-redo-allowed-after-switching-scene-tab
Update undo redo allowed after switching scene tab
This commit is contained in:
commit
544ecc123a
1 changed files with 2 additions and 0 deletions
|
|
@ -3841,6 +3841,8 @@ void EditorNode::_set_current_scene_nocheck(int p_idx) {
|
|||
if (tabs_to_close.is_empty()) {
|
||||
callable_mp(this, &EditorNode::_set_main_scene_state).call_deferred(state, get_edited_scene()); // Do after everything else is done setting up.
|
||||
}
|
||||
|
||||
_update_undo_redo_allowed();
|
||||
}
|
||||
|
||||
void EditorNode::setup_color_picker(ColorPicker *p_picker) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue