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
Describe the bug
When you show a MetroWindow and show another one with the first one as an owner and you minimize the main one, it's glow is still visible above the owned one.
To Reproduce
Steps to reproduce the behavior:
Create a MetroWindow and show it.
Inside it (on click or load) create another metro window and set it's owner to the first one.
now maximize the main window
Click on the child window to activate it
click on the minimize button of the main window
you can see that only the glow is still visible above the child window
If you switch to the main window and then switch to the child window, then the expected behavior is done. Expected behavior
the glow should be behind the child window. Screenshots
the bug:
the expected bihavior:
Environment(please complete the following information):
MahApps.Metro version 1.6.4
OS: Win 7
Visual Studio 2017 15.3.2
.NET Framework 4.6
The text was updated successfully, but these errors were encountered:
This issue will be fixed in ControlzEx as MahApps.Metro will depend on the GlowWindow etc. from there in the future.
If it's a small fix i might port it back to the current version of MahApps.
Describe the bug
When you show a
MetroWindow
and show another one with the first one as an owner and you minimize the main one, it's glow is still visible above the owned one.To Reproduce
Steps to reproduce the behavior:
Expected behavior
the glow should be behind the child window.
Screenshots
the bug:
the expected bihavior:
Environment(please complete the following information):
The text was updated successfully, but these errors were encountered: