Allow tabbing between textboxes in sample point popover

This commit is contained in:
Bartłomiej Dach
2022-03-06 01:43:56 +01:00
parent 4de66bb1c6
commit e1eeb9c6bb
3 changed files with 12 additions and 2 deletions

View File

@ -35,7 +35,7 @@ namespace osu.Game.Graphics.UserInterfaceV2
set => Component.Text = value;
}
public Container TabbableContentContainer
public CompositeDrawable TabbableContentContainer
{
set => Component.TabbableContentContainer = value;
}