Browse Source
Merge branch 'master' into features/web
pull/7029/head
Jumar Macato
4 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/Flyouts/FlyoutBase.cs
|
|
|
@ -22,7 +22,7 @@ namespace Avalonia.Controls.Primitives |
|
|
|
/// <summary>
|
|
|
|
/// Defines the <see cref="IsOpen"/> property
|
|
|
|
/// </summary>
|
|
|
|
private static readonly DirectProperty<FlyoutBase, bool> IsOpenProperty = |
|
|
|
public static readonly DirectProperty<FlyoutBase, bool> IsOpenProperty = |
|
|
|
AvaloniaProperty.RegisterDirect<FlyoutBase, bool>(nameof(IsOpen), |
|
|
|
x => x.IsOpen); |
|
|
|
|
|
|
|
|