mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-10 21:41:51 +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();
|
MainWindow window = new MainWindow();
|
||||||
window.Owner = this;
|
window.Owner = this;
|
||||||
|
window.ShowActivated = true;
|
||||||
window.Show();
|
window.Show();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user