From a48e4e7cdcaf8100a0b5692fc2d64066b1203e4c Mon Sep 17 00:00:00 2001 From: Steven Kirk Date: Tue, 22 Aug 2023 14:51:25 +0200 Subject: [PATCH] Fix comment. --- src/Avalonia.Controls/ItemsControl.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Avalonia.Controls/ItemsControl.cs b/src/Avalonia.Controls/ItemsControl.cs index b7785162ec..8c40cc8335 100644 --- a/src/Avalonia.Controls/ItemsControl.cs +++ b/src/Avalonia.Controls/ItemsControl.cs @@ -682,7 +682,7 @@ namespace Avalonia.Controls } else { - // Otherwise clear the theme and the HasAppliedItemContainerTheme property. + // Otherwise clear the theme and the AppliedItemContainerTheme property. container.ClearValue(ThemeProperty); container.ClearValue(AppliedItemContainerTheme); }