Remove dedundant this qualifier

This commit is contained in:
Paul Teng 2018-10-06 08:12:29 -04:00
parent 6b236e3f2a
commit aedb6e3bb7
1 changed files with 1 additions and 1 deletions

View File

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