mirror of
https://github.com/osukey/osukey.git
synced 2025-06-21 03:08:01 +09:00
Merge pull request #4860 from peppy/isolate-checkbox-alpha
Isolate alpha usage in OsuCheckbox
This commit is contained in:
commit
1f4957a2da
@ -78,7 +78,7 @@ namespace osu.Game.Graphics.UserInterface
|
|||||||
|
|
||||||
Current.DisabledChanged += disabled =>
|
Current.DisabledChanged += disabled =>
|
||||||
{
|
{
|
||||||
Alpha = disabled ? 0.3f : 1;
|
labelSpriteText.Alpha = Nub.Alpha = disabled ? 0.3f : 1;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user