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

LauncherIcon and LauncherText of RibbonGroupBox are not applied to the appearance #941

Closed
nishy2000 opened this issue May 23, 2021 · 0 comments · Fixed by #942
Closed

LauncherIcon and LauncherText of RibbonGroupBox are not applied to the appearance #941

nishy2000 opened this issue May 23, 2021 · 0 comments · Fixed by #942
Labels
Milestone

Comments

@nishy2000
Copy link
Contributor

LauncherIcon and LauncherText of RibbonGroupBox are not applied to the appearance.

LauncherIcon is set to RibbonGroupBox, but the built-in icon will always be used.
LauncherText is set to RibbonGroupBox, but it is not used.

<Fluent:RibbonGroupBox x:Name="Font"
                       Header="Font"
                       StateDefinition="Large,Middle,Small"
                       KeyTip="F"
                       Icon="pack://application:,,,/Fluent.Ribbon.Showcase;component/Images/FontColor.png"
                       IsLauncherVisible="True"
                       LauncherClick="OnLauncherButtonClick"
                       LauncherKeys="NF"
                       LauncherIcon="/Images/FontColor.png">

Incorrect:
LauncherIcon-incorrect

Correct:
LauncherIcon-correct


Environment

  • Fluent.Ribbon 9.0.0 preview (latest develop branch [7fb28fb])
  • Windows 10 Pro 21H1
  • .NET Framework 4.6.2 / net5.0-windows
nishy2000 added a commit to nishy2000/Fluent.Ribbon that referenced this issue May 23, 2021
batzen added a commit that referenced this issue May 23, 2021
…-applied

fix for #941 (LauncherIcon of RibbonGroupBox is not applied)
batzen added a commit that referenced this issue May 23, 2021
@batzen batzen added this to the 9.0 milestone May 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants