Browse Source

Fix comment.

pull/12630/head
Steven Kirk 3 years ago
parent
commit
a48e4e7cdc
  1. 2
      src/Avalonia.Controls/ItemsControl.cs

2
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);
}

Loading…
Cancel
Save