AvaloniaCommunity/Material.Avalonia

TabStripItem :selected style references wrong ancestor

kevkov opened this issue · 1 comments

kevkov commented

Value="{Binding Path=(assists:TabControlAssist.TabHeaderHighlightBrush), RelativeSource={RelativeSource AncestorType=TabControl}}" />

As a result the item is not visible when the item is selected. I think the ancestor type should be TabStrip.

Thanks!