Skip to content

Commit

Permalink
Update StrikeThroughPainting.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
GuilhE authored Apr 8, 2020
1 parent 15c67e1 commit 408fde6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ class StrikeThroughPainting constructor(private val targetView: ExTextView) : IP
private var strikeThroughTotalTime = STRIKE_THROUGH_TOTAL_TIME
private var strikeThroughMode = STRIKE_THROUGH_MODE
private var strikeThroughCutTextEdge = STRIKE_THROUGH_CUT_TEXT_EDGE
var isStriked = true
private set()
var isStriked: Boolean = true
private set

/**
* Set strike through line position
Expand Down

0 comments on commit 408fde6

Please sign in to comment.