This commit is contained in:
2011-03-01 13:24:32 +00:00
parent eb70c087ff
commit 882c782bd1
2 changed files with 19 additions and 31 deletions

View File

@@ -398,7 +398,7 @@ namespace Volian.Controls.Library
edtitm.AddSiblingAfter(text,updateSelection);
break;
case E_InsertType.Child:
edtitm.AddChild(text, fromType, type);
edtitm.AddChild(text, fromType, type, null);
break;
default:
return false; ;