Skip to content

Commit 66a5671

Browse files
authored
Merge pull request #6 from epegasus/patch-1
Update README.md
2 parents e81849f + 2f4c48b commit 66a5671

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ private fun updatePixels(rectF: RectF) {
107107
cropView.setCropCornerColor(Color.BLUE)
108108

109109
### Set Gridline Width (in Pixels):
110-
cropView.onGridLineWidthSliderChange(value.toPx())
110+
cropView.setGridlineWidth(value.toPx())
111111

112112
### Set Gridline Color:
113113
cropView.setGridlineColor(Color.WHITE)

0 commit comments

Comments
 (0)