1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-31 03:30:03 +08:00

Fix tooltips not shown on selected tab

This commit is contained in:
Salman Ahmed
2022-04-30 15:36:15 +03:00
Unverified
parent c7ab9a8928
commit ba5da8a52a
+1 -1
View File
@@ -71,7 +71,7 @@ namespace osu.Game.Overlays
Enabled.BindValueChanged(_ => updateState(), true);
}
public override bool PropagatePositionalInputSubTree => Enabled.Value && !Active.Value && base.PropagatePositionalInputSubTree;
public override bool PropagatePositionalInputSubTree => Enabled.Value && base.PropagatePositionalInputSubTree;
protected override bool OnHover(HoverEvent e)
{