Skip to content

Commit

Permalink
Update BoxView.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
kubaflo authored and jsuarezruiz committed Oct 31, 2024
1 parent c6d3a1e commit 60a5b87
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/Controls/src/Core/BoxView/BoxView.cs
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,6 @@ protected override void OnPropertyChanged([CallerMemberName] string? propertyNam
propertyName == BackgroundProperty.PropertyName ||
propertyName == CornerRadiusProperty.PropertyName)
Handler?.UpdateValue(nameof(IShapeView.Shape));

if(propertyName == IsVisibleProperty.PropertyName)
Handler?.ToPlatform()?.UpdateBackground(this);
}

IShape? IShapeView.Shape => this;
Expand Down

0 comments on commit 60a5b87

Please sign in to comment.