mirror of
https://github.com/ppy/osu.git
synced 2025-01-15 16:03:01 +08:00
Merge pull request #4589 from nyquillerium/button_fix
Fix visual issue with rapidly switching between menu button states Co-authored-by: Dean Herbert <pe@ppy.sh>
This commit is contained in:
commit
284b2d3fc6
@ -63,6 +63,8 @@ namespace osu.Game.Screens.Menu
|
||||
{
|
||||
box = new Container
|
||||
{
|
||||
// box needs to be always present to ensure the button is always sized correctly for flow
|
||||
AlwaysPresent = true,
|
||||
Masking = true,
|
||||
MaskingSmoothness = 2,
|
||||
EdgeEffect = new EdgeEffectParameters
|
||||
|
Loading…
Reference in New Issue
Block a user