mirror of https://github.com/ppy/osu
Remove dedundant this qualifier
This commit is contained in:
parent
6b236e3f2a
commit
aedb6e3bb7
|
@ -51,7 +51,7 @@ private void updateAccentColour()
|
|||
#region OsuDropdownMenu
|
||||
protected class OsuDropdownMenu : DropdownMenu, IHasAccentColour
|
||||
{
|
||||
public override bool HandleNonPositionalInput => this.State == MenuState.Open;
|
||||
public override bool HandleNonPositionalInput => State == MenuState.Open;
|
||||
|
||||
// todo: this uses the same styling as OsuMenu. hopefully we can just use OsuMenu in the future with some refactoring
|
||||
public OsuDropdownMenu()
|
||||
|
|
Loading…
Reference in New Issue