Browse Source

Merge branch 'master' into sync-vm-and-datacontext

pull/4917/head
Artyom V. Gorchakov 6 years ago
committed by GitHub
parent
commit
c5629d5b8d
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/Avalonia.Controls/Primitives/VisualLayerManager.cs

2
src/Avalonia.Controls/Primitives/VisualLayerManager.cs

@ -67,6 +67,8 @@ namespace Avalonia.Controls.Primitives
{
get
{
if (IsPopup)
return null;
var rv = FindLayer<LightDismissOverlayLayer>();
if (rv == null)
{

Loading…
Cancel
Save