diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2019-01-13 15:43:25 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2019-01-14 11:50:42 +0100 |
commit | 0b48484d49b64657b3f5d2955310374261896ee9 (patch) | |
tree | 30dbad1bdb975fe775def4ecfe0937bfc527e129 /editor/editor_properties_array_dict.cpp | |
parent | c6b587636b1e3cf27e566e6e5b10859316cbefb6 (diff) |
Add EditorPropertyRID as read-only label showing RID
Fixes #24827.
Diffstat (limited to 'editor/editor_properties_array_dict.cpp')
-rw-r--r-- | editor/editor_properties_array_dict.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/editor/editor_properties_array_dict.cpp b/editor/editor_properties_array_dict.cpp index c4bca69222..dd802bc72e 100644 --- a/editor/editor_properties_array_dict.cpp +++ b/editor/editor_properties_array_dict.cpp @@ -29,9 +29,11 @@ /*************************************************************************/ #include "editor_properties_array_dict.h" + #include "core/io/marshalls.h" #include "editor/editor_scale.h" #include "editor_properties.h" + bool EditorPropertyArrayObject::_set(const StringName &p_name, const Variant &p_value) { String pn = p_name; |