summaryrefslogtreecommitdiffstats
path: root/editor/editor_properties.cpp
diff options
context:
space:
mode:
authorajreckof <tbonhoure@ymail.Com>2024-02-26 06:53:40 +0100
committerajreckof <tbonhoure@ymail.Com>2024-02-26 06:53:40 +0100
commita8173439efbbaba77352236d0d8d455c9afc897a (patch)
tree8a22a31068935f140c114ff4b36cea3d20567332 /editor/editor_properties.cpp
parent81f3d43cc1ba01136795fb2059bbaa55bc514a16 (diff)
downloadredot-engine-a8173439efbbaba77352236d0d8d455c9afc897a.tar.gz
Fix paste Value can empty a dictionary depending on right-click location
Diffstat (limited to 'editor/editor_properties.cpp')
-rw-r--r--editor/editor_properties.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/editor_properties.cpp b/editor/editor_properties.cpp
index 46a648e1b9..0517abac2b 100644
--- a/editor/editor_properties.cpp
+++ b/editor/editor_properties.cpp
@@ -3341,6 +3341,7 @@ void EditorPropertyResource::update_property() {
sub_inspector->set_use_folding(is_using_folding());
sub_inspector_vbox = memnew(VBoxContainer);
+ sub_inspector_vbox->set_mouse_filter(MOUSE_FILTER_STOP);
add_child(sub_inspector_vbox);
set_bottom_editor(sub_inspector_vbox);