1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-22 04:09:54 +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
Unverified
parent 09441a53c2
commit cde348bfb8
@@ -202,6 +202,7 @@ namespace osu.Game.Graphics.UserInterfaceV2
}
else
{
BorderThickness = 0;
background.Colour = colourProvider.Background4;
}
}