summaryrefslogtreecommitdiffstats
path: root/editor/script_editor_debugger.cpp
diff options
context:
space:
mode:
authorJuan Linietsky <reduzio@gmail.com>2018-11-21 22:10:27 -0300
committerJuan Linietsky <reduzio@gmail.com>2018-11-21 22:10:58 -0300
commita2a606794c7d29452a59eee1eab07213827654a0 (patch)
tree2008a901b6e52756dc91dbf2d4b62a39df7480a3 /editor/script_editor_debugger.cpp
parent9e628264b68205f8d003223a5abff574389354ee (diff)
downloadredot-engine-a2a606794c7d29452a59eee1eab07213827654a0.tar.gz
Ensure array and dict editors show edited object IDs, fixes #20225
Diffstat (limited to 'editor/script_editor_debugger.cpp')
-rw-r--r--editor/script_editor_debugger.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/script_editor_debugger.cpp b/editor/script_editor_debugger.cpp
index faa561ad54..559ab32505 100644
--- a/editor/script_editor_debugger.cpp
+++ b/editor/script_editor_debugger.cpp
@@ -602,6 +602,7 @@ void ScriptEditorDebugger::_parse_message(const String &p_msg, const Array &p_da
String n = p_data[ofs + i * 2 + 0];
Variant v = p_data[ofs + i * 2 + 1];
+
PropertyHint h = PROPERTY_HINT_NONE;
String hs = String();