Revert ThemedDropdown-related changes

This commit is contained in:
Bartłomiej Dach
2021-10-13 21:57:34 +02:00
parent 7c5bd2db7b
commit d205483a36
5 changed files with 11 additions and 132 deletions

View File

@ -4,7 +4,6 @@
using System;
using osu.Framework.Graphics;
using osu.Game.Graphics.UserInterface;
using osu.Game.Graphics.UserInterfaceV2;
namespace osu.Game.Overlays.Settings
{
@ -13,7 +12,7 @@ namespace osu.Game.Overlays.Settings
{
protected override OsuDropdown<T> CreateDropdown() => new DropdownControl();
protected new class DropdownControl : ThemedEnumDropdown<T>
protected new class DropdownControl : OsuEnumDropdown<T>
{
public DropdownControl()
{