mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-21 10:01:27 -07:00
remove comment
This commit is contained in:
parent
ac37e9f99b
commit
4460db2c2d
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user