Jelajahi Sumber

"Fix" menu alt key behaviour

Equbuxu 4 tahun lalu
induk
melakukan
fd7a901887
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  1. 1 0
      PixiEditor/Views/UserControls/ZoomBox.xaml.cs

+ 1 - 0
PixiEditor/Views/UserControls/ZoomBox.xaml.cs

@@ -216,6 +216,7 @@ namespace PixiEditor.Views.UserControls
                 return;
             activeMouseDownEventArgs = e;
             activeMouseDownPos = e.GetPosition(mainCanvas);
+            Keyboard.Focus(this);
         }
 
         private void InitiateDrag(MouseButtonEventArgs e)