Skip to content

Commit

Permalink
Fixes #57
Browse files Browse the repository at this point in the history
Fix a problem where some obsolete code was still in place with regard to individual rounded corners.
  • Loading branch information
sthewissen committed Oct 16, 2019
1 parent 1783d99 commit a8f9d40
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ private void DrawShadow()

if (hasShadowOrElevation)
{
_actualView.Layer.CornerRadius = (nfloat)pancake.CornerRadius.TopLeft;
// _actualView.Layer.CornerRadius = (nfloat)pancake.CornerRadius.TopLeft;
_actualView.ClipsToBounds = true;
}
else
Expand Down

0 comments on commit a8f9d40

Please # to comment.