Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MetroAnimatedTabControl first tab font not changing #2755

Closed
ToMer-K opened this issue Nov 28, 2016 · 1 comment
Closed

MetroAnimatedTabControl first tab font not changing #2755

ToMer-K opened this issue Nov 28, 2016 · 1 comment
Assignees
Labels
Milestone

Comments

@ToMer-K
Copy link

ToMer-K commented Nov 28, 2016

What steps will reproduce this issue?

When using MetroAnimatedTabControl and specifying a font in the FontFamily property the first tab has the default font instead of the new font. In the designer window all the tabs have the new font, the problem is at execution time. For example:

<controls:MetroAnimatedTabControl x:Name="tabControl" Grid.Column="1" HorizontalAlignment="Left" Height="100" Grid.RowSpan="2" VerticalAlignment="Top" FontFamily="Bauhaus 93" controls:TabControlHelper.IsUnderlined="True">
                <controls:MetroTabItem Header="TabItem2">
                    <Grid Background="#FFE5E5E5"/>
                </controls:MetroTabItem>
                <controls:MetroTabItem Header="TabItem2">
                    <Grid Background="#FFE5E5E5"/>
                </controls:MetroTabItem>
                <controls:MetroTabItem Header="TabItem2">
                    <Grid Background="#FFE5E5E5"/>
                </controls:MetroTabItem>                
</controls:MetroAnimatedTabControl>

Expected outcome

image

Environment

  • MahApps.Metro v1.3.0
  • Windows 8.1 64bit
  • Visual Studio 2015
  • .NET Framework Metro window #4.5.2
@punker76 punker76 added this to the 1.4.0 milestone Dec 6, 2016
@punker76 punker76 added the Bug label Dec 6, 2016
@punker76 punker76 self-assigned this Dec 6, 2016
@punker76
Copy link
Member

punker76 commented Dec 6, 2016

@ToMer-K This is fixed now and will be available in 1.4.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

2 participants