Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions osu.Framework/Graphics/Cursor/PopoverContainer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
private readonly Container dismissOnMouseDownContainer;

private IHasPopover? target;
public IHasPopover? CurrentTarget => target;

Check warning

Code scanning / InspectCode

Convert property into auto-property with private setter Warning

Convert into auto-property with private setter
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JerryK73 do you intend to fix this?

private Popover? currentPopover;

protected override Container<Drawable> Content => content;
Expand Down
Loading