Browse Source
Merge branch 'master' into feature/layoutHelper
pull/1503/head
Benedikt Schroeder
8 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/Avalonia.Diagnostics/ViewModels/DevToolsViewModel.cs
|
|
|
@ -86,7 +86,7 @@ namespace Avalonia.Diagnostics.ViewModels |
|
|
|
|
|
|
|
private void UpdateFocusedControl() |
|
|
|
{ |
|
|
|
_focusedControl = KeyboardDevice.Instance.FocusedElement?.GetType().Name; |
|
|
|
FocusedControl = KeyboardDevice.Instance.FocusedElement?.GetType().Name; |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|