Skip to content

Commit

Permalink
Merge pull request #1829 from MahApps/GlowWindow-not-clickable
Browse files Browse the repository at this point in the history
the Glow window should not be clickable
  • Loading branch information
punker76 committed Mar 4, 2015
2 parents 416c594 + d6d8955 commit 2a2bd60
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions MahApps.Metro/Controls/GlowWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ protected override void OnSourceInitialized(EventArgs e)
//ws |= WS.POPUP;
wsex ^= WSEX.APPWINDOW;
wsex |= WSEX.NOACTIVATE;
wsex |= WSEX.TRANSPARENT;

source.Handle.SetWindowLong(ws);
source.Handle.SetWindowLongEx(wsex);
Expand Down

0 comments on commit 2a2bd60

Please sign in to comment.