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
Hey,
i noticed the following (wrong) behavior:
The MetroWindow loses sometimes its shadow [EnableDWMDropShadow="True"] if the application loses the focus.
Sometimes if it shows a tooltip or e.g. a ComboBox shows it items.
The shadow does not come back until application restart.
Hi, EnableDWMDropShadow is still required for modal dialogs I presume. EnableDWMDropShadow is not working when window is not focused. Window glow should be blinked when user clicks on owner window when modal dialog is opened. But it is not happening.
Hey,
i noticed the following (wrong) behavior:
The MetroWindow loses sometimes its shadow [EnableDWMDropShadow="True"] if the application loses the focus.
Sometimes if it shows a tooltip or e.g. a ComboBox shows it items.
The shadow does not come back until application restart.
OS: Win7 x64
MahApps.Metro: latest nuget - 1.0.1-ALPHA47
Screenshot:
Here is my minimal example:
MainWindow:
App:
The text was updated successfully, but these errors were encountered: