mirror of
https://github.com/ppy/osu.git
synced 2026-05-18 01:30:05 +08:00
Don't require pixel precision to expand editor toolboxes
I don't think this takes away from usability and it's the easiest solution to fix an actual issue. Closes https://github.com/ppy/osu/issues/34471.
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