Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion android_wizard/smartdesigner/java/jImageView.java
Original file line number Diff line number Diff line change
Expand Up @@ -1022,7 +1022,7 @@ public void SetClipToOutline(boolean _value) { //thanks to Agmcz !
}

//https://stackoverflow.com/questions/2459916/how-to-make-an-imageview-with-rounded-corners [7]
public void SetRoundCorner(int _cornersRadius) {
public void SetRoundCorner(final int _cornersRadius) {
ViewOutlineProvider provider;
if (android.os.Build.VERSION.SDK_INT >= 21) {
//[ifdef_api21up]
Expand Down