Fix Can't reopen signals panel immediately after connecting a signal #92996
This commit is contained in:
parent
475248d99d
commit
64ba2cf3a9
7 changed files with 12 additions and 21 deletions
|
|
@ -2304,6 +2304,12 @@ void EditorNode::push_item(Object *p_object, const String &p_property, bool p_in
|
|||
_edit_current();
|
||||
}
|
||||
|
||||
void EditorNode::edit_previous_item() {
|
||||
if (editor_history.previous()) {
|
||||
_edit_current();
|
||||
}
|
||||
}
|
||||
|
||||
void EditorNode::push_item_no_inspector(Object *p_object) {
|
||||
_add_to_history(p_object, "", false);
|
||||
_edit_current(false, true);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue