Fix missing doc warning

This commit is contained in:
Wojtek Figat
2026-03-27 23:54:43 +01:00
parent 258ba233d5
commit e99dc8dce4

View File

@@ -202,6 +202,9 @@ public sealed class ContentItemTreeNode : TreeNode, IContentItemOwner
base.OnDestroy();
}
/// <summary>
/// Updates the text of the node.
/// </summary>
public void UpdateDisplayedName()
{
var contentWindow = Editor.Instance?.Windows?.ContentWin;