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
It just changes the current theme to the current theme. My problem is that i made my own themes and this is destroying everything because it overrides my theme. Would it be possible to remove that line?
The text was updated successfully, but these errors were encountered:
This should work now in upcoming v1.6.0 since the Dialog and Flyout controls try to find the current theme. So a custom theme or accent wont be override anymore.
I don't get why this line is necessary:
https://github.com/MahApps/MahApps.Metro/blob/develop/src/MahApps.Metro/MahApps.Metro.Shared/Controls/Flyout.cs#L355
It just changes the current theme to the current theme. My problem is that i made my own themes and this is destroying everything because it overrides my theme. Would it be possible to remove that line?
The text was updated successfully, but these errors were encountered: