mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 15:47:26 +08:00
Update new obsolete usages
This commit is contained in:
parent
476442d1a3
commit
c84bd2c74d
@ -25,7 +25,7 @@ namespace osu.Game.Screens.OnlinePlay.Match.Components
|
||||
case PlatformAction.DocumentNew:
|
||||
// might as well also handle new tab. it's a bit of an undefined flow on this screen.
|
||||
case PlatformAction.TabNew:
|
||||
Click();
|
||||
TriggerClick();
|
||||
return true;
|
||||
}
|
||||
|
||||
|
@ -87,7 +87,7 @@ namespace osu.Game.Screens.OnlinePlay.Multiplayer.Match
|
||||
switch (action)
|
||||
{
|
||||
case GlobalAction.Select:
|
||||
selectButton.Click();
|
||||
selectButton.TriggerClick();
|
||||
return true;
|
||||
}
|
||||
|
||||
|
@ -382,7 +382,7 @@ namespace osu.Game.Screens.OnlinePlay.Multiplayer.Match
|
||||
switch (action)
|
||||
{
|
||||
case GlobalAction.Select:
|
||||
Click();
|
||||
TriggerClick();
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user