Use 'Soft' hover/select samples for EditorTable row selection

This commit is contained in:
Jamie Taylor 2021-07-21 22:02:40 +09:00
parent e3d1868af5
commit 507b53dc73
No known key found for this signature in database
GPG Key ID: 2ACFA8B6370B8C8C

View File

@ -9,6 +9,7 @@ using osu.Framework.Input.Events;
using osu.Game.Graphics;
using osu.Game.Graphics.Containers;
using osu.Game.Graphics.Sprites;
using osu.Game.Graphics.UserInterface;
using osu.Game.Overlays;
using osuTK.Graphics;
@ -64,6 +65,7 @@ namespace osu.Game.Screens.Edit
private EditorClock clock { get; set; }
public RowBackground(object item)
: base(HoverSampleSet.Soft)
{
Item = item;