From Alberto Farre, fixes to ProxyNode.
This commit is contained in:
@@ -76,7 +76,7 @@ bool ProxyNode::addChild( Node *child )
|
||||
{
|
||||
if (Group::addChild(child))
|
||||
{
|
||||
expandFileNameListTo(_children.size());
|
||||
expandFileNameListTo(_children.size()-1);
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user