mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 07:42:57 +08:00
Add visible spacer between "inherit" and other curve types
This commit is contained in:
parent
405ab499e9
commit
9718a80249
@ -369,6 +369,8 @@ namespace osu.Game.Rulesets.Osu.Edit.Blueprints.Sliders.Components
|
||||
if (!selectedPieces.Contains(Pieces[0]))
|
||||
curveTypeItems.Add(createMenuItemForPathType(null));
|
||||
|
||||
curveTypeItems.Add(new OsuMenuItemSpacer());
|
||||
|
||||
// todo: hide/disable items which aren't valid for selected points
|
||||
curveTypeItems.Add(createMenuItemForPathType(PathType.Linear));
|
||||
curveTypeItems.Add(createMenuItemForPathType(PathType.PerfectCurve));
|
||||
|
Loading…
Reference in New Issue
Block a user