Add "themed" dropdown variant and use in settings sidebar

This commit is contained in:
Bartłomiej Dach
2021-10-12 21:58:43 +02:00
parent 1fba932e84
commit a2f3a7cba8
4 changed files with 65 additions and 2 deletions

View File

@ -6,6 +6,7 @@ using System.Linq;
using osu.Framework.Bindables;
using osu.Framework.Graphics;
using osu.Game.Graphics.UserInterface;
using osu.Game.Graphics.UserInterfaceV2;
using osuTK;
namespace osu.Game.Overlays.Settings
@ -37,7 +38,7 @@ namespace osu.Game.Overlays.Settings
protected virtual OsuDropdown<T> CreateDropdown() => new DropdownControl();
protected class DropdownControl : OsuDropdown<T>
protected class DropdownControl : ThemedDropdown<T>
{
public DropdownControl()
{