mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-01-18 14:41:21 +08:00
Fix for #292 (Zone Editor opens behind PowerToys Window)
This commit is contained in:
parent
c0cdf7aaa6
commit
1078101631
@ -94,6 +94,7 @@ namespace FancyZonesEditor
|
||||
|
||||
MainWindow window = new MainWindow();
|
||||
window.Owner = this;
|
||||
window.ShowActivated = true;
|
||||
window.Show();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user