Bläddra i källkod

"Fix" menu alt key behaviour

Equbuxu 4 år sedan
förälder
incheckning
fd7a901887
1 ändrade filer med 1 tillägg och 0 borttagningar
  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)