From 3f0769a1f44c49aa8e933dfd0ffc2cecfcdda9cb Mon Sep 17 00:00:00 2001 From: Tim <47110241+timunie@users.noreply.github.com> Date: Wed, 30 Aug 2023 15:46:37 +0200 Subject: [PATCH] Uncomment code that was commented by accident --- .../Notifications/WindowNotificationManager.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Avalonia.Controls/Notifications/WindowNotificationManager.cs b/src/Avalonia.Controls/Notifications/WindowNotificationManager.cs index 26ca8abb42..cb6a844d32 100644 --- a/src/Avalonia.Controls/Notifications/WindowNotificationManager.cs +++ b/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); } }