remove comment

This commit is contained in:
bluepilledgreat 2024-10-20 00:40:44 +01:00
parent ac37e9f99b
commit 4460db2c2d

View File

@ -363,7 +363,6 @@ namespace Bloxstrap.UI.Elements.Bootstrapper
if (borderThickness != null)
uiElement.BorderThickness = (Thickness)borderThickness;
// TODO: this isn't working for BloxstrapCustomBootstrapper. likely because of wpf.ui's themeservice.
object? foregroundBrush = GetBrushFromXElement(xmlElement, "Background");
if (foregroundBrush is Brush)
uiElement.Background = (Brush)foregroundBrush;