Skip to content

Commit

Permalink
Fix corner radius.
Browse files Browse the repository at this point in the history
  • Loading branch information
slaviboy committed Apr 10, 2020
1 parent 10300bc commit 09c0dae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ abstract class Base : View {
if (cornerRadiusUpperLeft == 0f) {
cornerRadiusUpperLeft = cornerRadiusAll
}
if (cornerRadiusUpperRight == 0f && cornerRadiusLowerRight == 0f) {
if (cornerRadiusUpperRight == 0f) {
cornerRadiusUpperRight = cornerRadiusAll
}
if (cornerRadiusLowerLeft == 0f) {
Expand Down

0 comments on commit 09c0dae

Please sign in to comment.