diff --git a/Switcheroo/MainWindow.xaml b/Switcheroo/MainWindow.xaml index 233e089..11d4b88 100644 --- a/Switcheroo/MainWindow.xaml +++ b/Switcheroo/MainWindow.xaml @@ -200,7 +200,7 @@ diff --git a/Switcheroo/MainWindow.xaml.cs b/Switcheroo/MainWindow.xaml.cs index afeab7e..e9837a0 100644 --- a/Switcheroo/MainWindow.xaml.cs +++ b/Switcheroo/MainWindow.xaml.cs @@ -594,7 +594,7 @@ private void OnEnterPressed(object sender, ExecutedRoutedEventArgs e) e.Handled = true; } - private void ListBoxItem_MouseDoubleClick(object sender, MouseButtonEventArgs e) + private void ListBoxItem_MouseSingleClick(object sender, MouseButtonEventArgs e) { Switch(); e.Handled = true;