WillisXue
3 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.Controls/Platform/DefaultMenuInteractionHandler.cs
|
|
|
@ -49,7 +49,7 @@ namespace Avalonia.Controls.Platform |
|
|
|
|
|
|
|
internal IMenu? Menu { get; private set; } |
|
|
|
|
|
|
|
protected static TimeSpan MenuShowDelay { get; } = TimeSpan.FromMilliseconds(400); |
|
|
|
public static TimeSpan MenuShowDelay { get; set;} = TimeSpan.FromMilliseconds(400); |
|
|
|
|
|
|
|
protected internal virtual void GotFocus(object? sender, GotFocusEventArgs e) |
|
|
|
{ |
|
|
|
|