mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 12:17:26 +08:00
Add comment mentioning why ShowTooltip
is disabled in mod select panels
This commit is contained in:
parent
8864014af8
commit
99f93f5185
@ -127,14 +127,14 @@ namespace osu.Game.Overlays.Mods
|
||||
{
|
||||
Left = -18 * ShearedOverlayContainer.SHEAR
|
||||
},
|
||||
ShowTooltip = false,
|
||||
ShowTooltip = false, // Tooltip is handled by `IncompatibilityDisplayingModPanel`.
|
||||
},
|
||||
descriptionText = new TruncatingSpriteText
|
||||
{
|
||||
Font = OsuFont.Default.With(size: 12),
|
||||
RelativeSizeAxes = Axes.X,
|
||||
Shear = new Vector2(-ShearedOverlayContainer.SHEAR, 0),
|
||||
ShowTooltip = false,
|
||||
ShowTooltip = false, // Tooltip is handled by `IncompatibilityDisplayingModPanel`.
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user