mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-03 09:46:54 +02:00
Fix for #292 (Zone Editor opens behind PowerToys Window)
This commit is contained in:
@@ -94,6 +94,7 @@ namespace FancyZonesEditor
|
||||
|
||||
MainWindow window = new MainWindow();
|
||||
window.Owner = this;
|
||||
window.ShowActivated = true;
|
||||
window.Show();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user