From Alberto Farre, fixes to ProxyNode.

This commit is contained in:
Robert Osfield
2005-03-18 10:00:16 +00:00
parent b0c36076fb
commit 667ecd91f1
4 changed files with 170 additions and 102 deletions

View File

@@ -76,7 +76,7 @@ bool ProxyNode::addChild( Node *child )
{
if (Group::addChild(child))
{
expandFileNameListTo(_children.size());
expandFileNameListTo(_children.size()-1);
return true;
}
return false;