mirror of
https://github.com/ppy/osu.git
synced 2025-01-21 06:02:56 +08:00
Change ModPanel
to not handle OnMouseDown
to allow drag scrolling in ModColumn
This commit is contained in:
parent
774952adda
commit
4a555d067d
@ -193,7 +193,7 @@ namespace osu.Game.Overlays.Mods
|
|||||||
mouseDown = true;
|
mouseDown = true;
|
||||||
|
|
||||||
UpdateState();
|
UpdateState();
|
||||||
return true;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
protected override void OnMouseUp(MouseUpEvent e)
|
protected override void OnMouseUp(MouseUpEvent e)
|
||||||
|
Loading…
Reference in New Issue
Block a user