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

Changing RibbonThemeColorBrush does not change background of ItemsPanel in Backstage #272

Closed
chrisklepeis opened this issue Feb 16, 2016 · 1 comment
Assignees
Labels
Milestone

Comments

@chrisklepeis
Copy link

I noticed one issue with the pre-release. Since I'm using MahApps, I allow users to switch the theme, using the MahApps themes. When a user changes the theme, I set this:

Application.Current.Resources["RibbonThemeColorBrush"] = new SolidColorBrush(Colors.Red);

So that fluent ribbon follows the selected theme, at least with the menu background color. With the prerelease, the main menu button does change color properly, but the backstage menu background doesn't. Maybe I'm trying to change the theme at runtime the wrong way?

Thanks for all your hard work on this project, it's much appreciated.

@batzen
Copy link
Member

batzen commented Feb 16, 2016

That's a bug. Will have a look at it.

@batzen batzen self-assigned this Feb 16, 2016
@batzen batzen added this to the 4.0.0 milestone Feb 16, 2016
@batzen batzen closed this as completed in d636b13 Feb 16, 2016
@batzen batzen changed the title Change Theme at Runtime with Prerelease Changing RibbonThemeColorBrush does not change background of ItemsPanel in Backstage Feb 17, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants