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;
|
tag.Command = RemoveCommand;
|
||||||
if (item is Layoutable visualContent)
|
if (item is Layoutable visualContent)
|
||||||
{
|
{
|
||||||
var visualBrush= new VisualBrush
|
var visualBrush = new VisualBrush
|
||||||
{
|
{
|
||||||
Visual = visualContent,
|
Visual = visualContent,
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user