mirror of
https://github.com/ppy/osu.git
synced 2026-05-16 14:23:22 +08:00
Merge pull request #34492 from peppy/editor-expand-tablet-fix
Don't require pixel precision to expand editor toolboxes
This commit is contained in:
@@ -76,12 +76,6 @@ namespace osu.Game.Graphics.Containers
|
||||
return true;
|
||||
}
|
||||
|
||||
protected override bool OnMouseMove(MouseMoveEvent e)
|
||||
{
|
||||
updateHoverExpansion();
|
||||
return base.OnMouseMove(e);
|
||||
}
|
||||
|
||||
protected override void OnHoverLost(HoverLostEvent e)
|
||||
{
|
||||
if (hoverExpandEvent != null)
|
||||
|
||||
Reference in New Issue
Block a user