Browse Source
Merge branch 'master' into sync-vm-and-datacontext
pull/4917/head
Artyom V. Gorchakov
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
0 deletions
-
src/Avalonia.Controls/Primitives/VisualLayerManager.cs
|
|
@ -67,6 +67,8 @@ namespace Avalonia.Controls.Primitives |
|
|
{ |
|
|
{ |
|
|
get |
|
|
get |
|
|
{ |
|
|
{ |
|
|
|
|
|
if (IsPopup) |
|
|
|
|
|
return null; |
|
|
var rv = FindLayer<LightDismissOverlayLayer>(); |
|
|
var rv = FindLayer<LightDismissOverlayLayer>(); |
|
|
if (rv == null) |
|
|
if (rv == null) |
|
|
{ |
|
|
{ |
|
|
|