Fix tooltip for content items in Tree View mode

This commit is contained in:
2026-04-22 11:41:35 +02:00
parent c7d40c0dc6
commit 9264a6e011
@@ -134,6 +134,9 @@ public sealed class ContentItemTreeNode : TreeNode, IContentItemOwner
DoDragDrop(DragItems.GetDragData(Item));
}
/// <inheritdoc />
protected override bool ShowTooltip => true;
/// <inheritdoc />
public override bool OnShowTooltip(out string text, out Float2 location, out Rectangle area)
{