Skip to content

Commit

Permalink
Fixes #451 by forwarding SelectionBoxItemStringFormat
Browse files Browse the repository at this point in the history
  • Loading branch information
batzen committed Aug 28, 2017
1 parent 3210a49 commit ef605bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@
- [#439](../../issues/439) - Context menu and submenu disappears after a right click
- [#446](../../issues/446) - Wrong submenu Position in application menu
- [#450](../../issues/450) - Fix Ribbon.OnTitleBarChanged clearing the new title bar instead of the old one (thanks @Cubey2019)
- [#451](../../issues/451) - combobox and dateformat
- [#454](../../issues/454) - RibbonWindow title not shown in correct position when using SizeToContent
- [#457](../../issues/457) - Using the keytip shortcut to open a backstage briefly opens it, then closes it immediately
- [#459](../../issues/459) - Label of the Spinner disappears, if there isn't enough place
Expand Down
1 change: 1 addition & 0 deletions Fluent.Ribbon/Themes/Controls/ComboBox.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@
Content="{TemplateBinding SelectionBoxItem}"
ContentTemplate="{TemplateBinding SelectionBoxItemTemplate}"
ContentTemplateSelector="{TemplateBinding ItemTemplateSelector}"
ContentStringFormat="{TemplateBinding SelectionBoxItemStringFormat}"
VerticalAlignment="Center"
HorizontalAlignment="Left" />
<Image Margin="0"
Expand Down

0 comments on commit ef605bd

Please sign in to comment.