Browse Source
Merge branch 'master' into render-allocations
pull/2960/head
Dariusz Komosiński
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
9 deletions
-
src/Avalonia.Input/AccessKeyHandler.cs
|
|
|
@ -231,15 +231,6 @@ namespace Avalonia.Input |
|
|
|
} |
|
|
|
|
|
|
|
break; |
|
|
|
|
|
|
|
case Key.F10: |
|
|
|
_owner.ShowAccessKeys = _showingAccessKeys = true; |
|
|
|
if (MainMenu != null) |
|
|
|
{ |
|
|
|
MainMenu.Open(); |
|
|
|
e.Handled = true; |
|
|
|
} |
|
|
|
break; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|