1
0
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:
Bartłomiej Dach 2024-10-03 11:10:58 +02:00
parent 09441a53c2
commit cde348bfb8
No known key found for this signature in database

View File

@ -202,6 +202,7 @@ namespace osu.Game.Graphics.UserInterfaceV2
}
else
{
BorderThickness = 0;
background.Colour = colourProvider.Background4;
}
}