mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Add test coverage for divisor behaviour
This commit is contained in:
@ -214,7 +214,7 @@ namespace osu.Game.Screens.Edit.Compose.Components
|
||||
}
|
||||
}
|
||||
|
||||
private class DivisorDisplay : OsuAnimatedButton, IHasPopover
|
||||
internal class DivisorDisplay : OsuAnimatedButton, IHasPopover
|
||||
{
|
||||
public BindableBeatDivisor BeatDivisor { get; } = new BindableBeatDivisor();
|
||||
|
||||
@ -264,7 +264,7 @@ namespace osu.Game.Screens.Edit.Compose.Components
|
||||
};
|
||||
}
|
||||
|
||||
private class CustomDivisorPopover : OsuPopover
|
||||
internal class CustomDivisorPopover : OsuPopover
|
||||
{
|
||||
public BindableBeatDivisor BeatDivisor { get; } = new BindableBeatDivisor();
|
||||
|
||||
@ -347,7 +347,7 @@ namespace osu.Game.Screens.Edit.Compose.Components
|
||||
}
|
||||
}
|
||||
|
||||
private class ChevronButton : IconButton
|
||||
internal class ChevronButton : IconButton
|
||||
{
|
||||
public ChevronButton()
|
||||
{
|
||||
|
Reference in New Issue
Block a user