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

Custom Dialog Theme Issue #3023

Closed
sarat12 opened this issue Aug 18, 2017 · 0 comments
Closed

Custom Dialog Theme Issue #3023

sarat12 opened this issue Aug 18, 2017 · 0 comments
Assignees
Labels
Milestone

Comments

@sarat12
Copy link

sarat12 commented Aug 18, 2017

What steps will reproduce this issue?

I have an app with settings custom dialog. I'd like to be able to change the app theme (Light/Dark) on the fly (using settings dialog). Also I want my dialog to change the theme as well. Everything works as expected when I'm doing it for the first time, but after I close the dialog and then trying to do that again - theme change only influenses on the window, not on dialog.

So steps to reproduce the issue:
  • run the app (https://github.com/sarat12/CustomDialogThemeIssue.git);
  • press "DIALOG" button;
  • play with radioButtons (make sure all is good);
  • press "Close Me!" button;
  • press "DIALOG" button again;
  • play with radioButtons again (and see that dialog is not reacting on theme change).

Expected outcome

I'd like to be able to change the theme of the window including custom dialog as many times as I want (not only once).

Repo

Very simple WPF project to reproduce the issue:

https://github.com/sarat12/CustomDialogThemeIssue.git

Environment

  • MahApps.Metro v1.5.0
  • Windows 10 x64
  • Visual Studio 2017
  • .NET Framework 4.5
@punker76 punker76 self-assigned this Sep 17, 2017
@punker76 punker76 added the Bug label Sep 17, 2017
@punker76 punker76 added this to the 1.6.0 milestone Sep 17, 2017
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