mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Change ModPanel
to not handle OnMouseDown
to allow drag scrolling in ModColumn
This commit is contained in:
@ -193,7 +193,7 @@ namespace osu.Game.Overlays.Mods
|
||||
mouseDown = true;
|
||||
|
||||
UpdateState();
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
|
||||
protected override void OnMouseUp(MouseUpEvent e)
|
||||
|
Reference in New Issue
Block a user