diff --git a/src/GUI/property_list.cxx b/src/GUI/property_list.cxx index 3d96c2708..a25fa9edb 100644 --- a/src/GUI/property_list.cxx +++ b/src/GUI/property_list.cxx @@ -340,7 +340,7 @@ void PropertyList::updateTextForEntry(NodeData& data) } } - if (!children || (_verbose && node->hasValue())) { + if (node->hasValue()) { if (node->getType() == props::STRING || node->getType() == props::UNSPECIFIED) sanitize(value);