Ensure array and dict editors show edited object IDs, fixes #20225
This commit is contained in:
parent
9e628264b6
commit
a2a606794c
5 changed files with 63 additions and 8 deletions
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue