Browse Source

"Fix" menu alt key behaviour

Equbuxu 4 năm trước cách đây
mục cha
commit
fd7a901887
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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)