Skip to content

Commit

Permalink
Decrease flickering when closing a window with CTRL+Enter #12
Browse files Browse the repository at this point in the history
  • Loading branch information
kvakulo committed Apr 1, 2014
1 parent bdc58f3 commit 085d4f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Switcheroo/MainWindow.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ private void CloseWindow(object sender, ExecutedRoutedEventArgs e)
{
if (lb.Items.Count > 0)
{
Hide();
HideWindow();
AppWindow win = (AppWindow)lb.SelectedItem;
win.PostClose();
win.SwitchTo();
Expand Down

0 comments on commit 085d4f5

Please sign in to comment.