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

@ -6,7 +6,6 @@ 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
@ -38,7 +37,7 @@ namespace osu.Game.Overlays.Settings
protected virtual OsuDropdown<T> CreateDropdown() => new DropdownControl();
protected class DropdownControl : ThemedDropdown<T>
protected class DropdownControl : OsuDropdown<T>
{
public DropdownControl()
{

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()
{