From 4397fc194b35a8470b83f94c6ad035e948b3ea01 Mon Sep 17 00:00:00 2001 From: Codeusa Date: Sun, 23 Feb 2014 19:13:37 -0500 Subject: [PATCH] Removed top most to allow for alt tabbing yet again. --- Forms/CompactWindow.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Forms/CompactWindow.cs b/Forms/CompactWindow.cs index a611876..051b231 100644 --- a/Forms/CompactWindow.cs +++ b/Forms/CompactWindow.cs @@ -141,7 +141,7 @@ private bool RemoveBorderRect(IntPtr targetHandle, Rectangle targetFrame) Native.SetWindowLong(targetHandle, WindowLongIndex.Style, newWindowStyle); Native.SetWindowPos( targetHandle, - -1, //HWND_TOPMOST + 0, targetFrame.X, targetFrame.Y, targetFrame.Width,