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
@punker76 This commit added the FlyoutOverlayBrush property but in the MetroWindow xaml definition, the FlyoutOverlayBrush property setter defines a SolidColorBrush which does not have Freeze="True" set. This causes issues when trying to create windows in separate threads.
Currently it's not possible to change the overlay brush for modal Flyouts.
So it would be nice to change this with a new property
FlyoutOverlayBrush
.The text was updated successfully, but these errors were encountered: