Fix tooltips not shown on selected tab

This commit is contained in:
Salman Ahmed 2022-04-30 15:36:15 +03:00
parent c7ab9a8928
commit ba5da8a52a
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ protected override void LoadComplete()
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)
{