Update src/Ursa/Controls/ComboBox/MultiComboBoxSelectedItemList.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -36,7 +36,7 @@ public class MultiComboBoxSelectedItemList: ItemsControl
|
||||
tag.Command = RemoveCommand;
|
||||
if (item is Layoutable visualContent)
|
||||
{
|
||||
var visualBrush= new VisualBrush
|
||||
var visualBrush = new VisualBrush
|
||||
{
|
||||
Visual = visualContent,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user