mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 12:17:26 +08:00
Fix right click regression
This commit is contained in:
parent
2abe96fb9c
commit
73f451f27a
@ -155,7 +155,7 @@ namespace osu.Game.Tournament.Screens.Ladder.Components
|
|||||||
updateWinConditions();
|
updateWinConditions();
|
||||||
}
|
}
|
||||||
|
|
||||||
protected override bool OnMouseDown(InputState state, MouseDownEventArgs args) => editorInfo.EditingEnabled;
|
protected override bool OnMouseDown(InputState state, MouseDownEventArgs args) => args.Button == MouseButton.Left && editorInfo.EditingEnabled;
|
||||||
|
|
||||||
protected override bool OnDragStart(InputState state) => editorInfo.EditingEnabled;
|
protected override bool OnDragStart(InputState state) => editorInfo.EditingEnabled;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user