You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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
The text was updated successfully, but these errors were encountered: