Rename button class

This commit is contained in:
Dean Herbert
2019-11-12 10:18:25 +09:00
parent 54da8e4035
commit 5bb65d0716
3 changed files with 18 additions and 18 deletions

View File

@ -15,7 +15,7 @@ namespace osu.Game.Graphics.UserInterface
/// <summary>
/// The current state is a combination of <see cref="False"/> and <see cref="True"/>.
/// The state becomes <see cref="True"/> if the <see cref="ThreeStateMenuItem"/> is pressed.
/// The state becomes <see cref="True"/> if the <see cref="TernaryStateMenuItem"/> is pressed.
/// </summary>
Indeterminate,