Property browser: show values assigned to property folders in non-verbose mode as well (ticket 2479).
This commit is contained in:
parent
96b9cfabe0
commit
abbfa6578c
1 changed files with 1 additions and 1 deletions
|
@ -340,7 +340,7 @@ void PropertyList::updateTextForEntry(NodeData& data)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!children || (_verbose && node->hasValue())) {
|
if (node->hasValue()) {
|
||||||
if (node->getType() == props::STRING
|
if (node->getType() == props::STRING
|
||||||
|| node->getType() == props::UNSPECIFIED)
|
|| node->getType() == props::UNSPECIFIED)
|
||||||
sanitize(value);
|
sanitize(value);
|
||||||
|
|
Loading…
Add table
Reference in a new issue