Fix background colors for items after selection.

This commit is contained in:
Peter Kirmeier 2023-06-03 21:40:33 +02:00
parent 2b408c83bf
commit bb25cca4c2

View file

@ -334,8 +334,8 @@ namespace SystemTrayMenu.DataClasses
}
else
{
BorderBrush = Brushes.White;
BackgroundBrush = Brushes.White;
BorderBrush = null;
BackgroundBrush = null;
}
}