mirror of
https://github.com/osukey/osukey.git
synced 2025-05-18 20:17:23 +09:00
Restore old tooltip appear delay behaviour
This commit is contained in:
parent
882a6afecc
commit
c67e11b2c7
@ -21,6 +21,8 @@ namespace osu.Game.Graphics.Cursor
|
|||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
protected override double AppearDelay => (1 - CurrentTooltip.Alpha) * base.AppearDelay; // reduce appear delay if the tooltip is already partly visible.
|
||||||
|
|
||||||
public class OsuTooltip : Tooltip
|
public class OsuTooltip : Tooltip
|
||||||
{
|
{
|
||||||
private readonly Box background;
|
private readonly Box background;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user