From 63e10152740429bd983d08f4e6ef29c126b6d4f0 Mon Sep 17 00:00:00 2001 From: lempamo Date: Mon, 27 Mar 2017 19:23:12 -0400 Subject: winclassics to the front of the stage please --- TimeHACK.Engine/WindowManager.cs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'TimeHACK.Engine/WindowManager.cs') diff --git a/TimeHACK.Engine/WindowManager.cs b/TimeHACK.Engine/WindowManager.cs index 6297aa7..78443ed 100644 --- a/TimeHACK.Engine/WindowManager.cs +++ b/TimeHACK.Engine/WindowManager.cs @@ -42,6 +42,8 @@ namespace TimeHACK.Engine // Show the app app.Show(); + app.BringToFront(); + app.TopMost = true; return app; } -- cgit v1.2.3