1
0
Fork 0

Property browser: show values assigned to property folders in non-verbose mode as well (ticket 2479).

This commit is contained in:
Michael Danilov 2021-08-19 03:16:30 +02:00
parent 96b9cfabe0
commit abbfa6578c

View file

@ -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);