mirror of
https://github.com/ppy/osu.git
synced 2024-12-17 09:27:50 +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
|
||||
{
|
||||
BorderThickness = 0;
|
||||
background.Colour = colourProvider.Background4;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user