mirror of
https://github.com/ppy/osu.git
synced 2025-03-06 15:17:18 +08:00
Fix "form" textbox not dropping border if disabled when hovered
This commit is contained in:
parent
09441a53c2
commit
cde348bfb8
@ -202,6 +202,7 @@ namespace osu.Game.Graphics.UserInterfaceV2
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
BorderThickness = 0;
|
||||||
background.Colour = colourProvider.Background4;
|
background.Colour = colourProvider.Background4;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user