fix
This commit is contained in:
@@ -83,7 +83,7 @@ internal static class SharedFunctions
|
|||||||
api.Model.CurrentWorkspace.UpdateInfos.Updates.Insert(0, updateSet);
|
api.Model.CurrentWorkspace.UpdateInfos.Updates.Insert(0, updateSet);
|
||||||
|
|
||||||
// Add update to ui
|
// Add update to ui
|
||||||
api.Model.CurrentTreeNodes[1].Nodes.Add(new ActionSetTreeNode(updateSet));
|
api.Model.CurrentTreeNodes[1].Nodes.Insert(0, new ActionSetTreeNode(updateSet));
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user