Fix tooltip for content items in Tree View mode
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user