(untested) last-minute changes are evil! :-)
This commit is contained in:
parent
e88ba9a037
commit
b1b08beef8
1 changed files with 1 additions and 1 deletions
|
@ -336,7 +336,7 @@ void PropertyList::updateTextForEntry(NodeData& data)
|
||||||
int num = node->nListeners();
|
int num = node->nListeners();
|
||||||
if (data.listener)
|
if (data.listener)
|
||||||
num--;
|
num--;
|
||||||
if (lst)
|
if (num)
|
||||||
line << ", L" << num;
|
line << ", L" << num;
|
||||||
}
|
}
|
||||||
line << ')';
|
line << ')';
|
||||||
|
|
Loading…
Add table
Reference in a new issue