From 4460db2c2db6c2433de5943849a43b33763277e1 Mon Sep 17 00:00:00 2001 From: bluepilledgreat <97983689+bluepilledgreat@users.noreply.github.com> Date: Sun, 20 Oct 2024 00:40:44 +0100 Subject: [PATCH] remove comment --- Bloxstrap/UI/Elements/Bootstrapper/CustomDialog.Creator.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Bloxstrap/UI/Elements/Bootstrapper/CustomDialog.Creator.cs b/Bloxstrap/UI/Elements/Bootstrapper/CustomDialog.Creator.cs index d608f92..deb0857 100644 --- a/Bloxstrap/UI/Elements/Bootstrapper/CustomDialog.Creator.cs +++ b/Bloxstrap/UI/Elements/Bootstrapper/CustomDialog.Creator.cs @@ -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;