summaryrefslogtreecommitdiffstats
path: root/editor/editor_properties.cpp
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2023-01-05 12:56:07 +0100
committerRémi Verschelde <rverschelde@gmail.com>2023-01-05 12:56:07 +0100
commitd29193affe7b9e2ce2a88e86c1731ea3b8ccd5d6 (patch)
tree09b982d95637342d4a7ea5cce2d500bb452531ac /editor/editor_properties.cpp
parent60b028971db2e1954faccefb5fba45751830bc6c (diff)
parent724f2422d7711b2d4adf5deaaf5b58156d977dfe (diff)
downloadredot-engine-d29193affe7b9e2ce2a88e86c1731ea3b8ccd5d6.tar.gz
Merge pull request #70909 from TokageItLab/revert-improve-update_tree
Revert improve update tree
Diffstat (limited to 'editor/editor_properties.cpp')
-rw-r--r--editor/editor_properties.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/editor/editor_properties.cpp b/editor/editor_properties.cpp
index 8c5db444ab..4c9b18efe7 100644
--- a/editor/editor_properties.cpp
+++ b/editor/editor_properties.cpp
@@ -4121,8 +4121,6 @@ void EditorPropertyResource::update_property() {
if (use_editor) {
// Open editor directly and hide other such editors which are currently open.
- // The opened editor is the one that edits the sub-resource, so keying state will be toggled to false.
- sub_inspector->set_keying(false);
_open_editor_pressed();
if (is_inside_tree()) {
get_tree()->call_deferred(SNAME("call_group"), "_editor_resource_properties", "_fold_other_editors", this);