mirror of
https://github.com/osukey/osukey.git
synced 2025-08-08 09:03:50 +09:00
Fix right click regression
This commit is contained in:
@ -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;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user