Skip to content

Commit

Permalink
Removed top most to allow for alt tabbing yet again.
Browse files Browse the repository at this point in the history
  • Loading branch information
Codeusa committed Feb 24, 2014
1 parent d4d592b commit 4397fc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Forms/CompactWindow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 4397fc1

Please sign in to comment.