Browse Source

Uncomment code that was commented by accident

pull/12178/head
Tim 3 years ago
parent
commit
3f0769a1f4
  1. 2
      src/Avalonia.Controls/Notifications/WindowNotificationManager.cs

2
src/Avalonia.Controls/Notifications/WindowNotificationManager.cs

@ -215,7 +215,7 @@ namespace Avalonia.Controls.Notifications
if (adornerLayer is not null)
{
// adornerLayer.Children.Add(this);
adornerLayer.Children.Add(this);
AdornerLayer.SetAdornedElement(this, adornerLayer);
}
}

Loading…
Cancel
Save