We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9e01762 + 2efb40d commit ed1e6c9Copy full SHA for ed1e6c9
app/src/main/kotlin/com/simplemobiletools/draw/pro/views/MyCanvas.kt
@@ -28,7 +28,7 @@ import kotlin.math.min
28
class MyCanvas(context: Context, attrs: AttributeSet) : View(context, attrs) {
29
private val MIN_ERASER_WIDTH = 20f
30
private val MAX_HISTORY_COUNT = 1000
31
- private val FLOOD_FILL_TOLERANCE = 10
+ private val FLOOD_FILL_TOLERANCE = 1
32
33
private val mScaledTouchSlop = ViewConfiguration.get(context).scaledTouchSlop
34
0 commit comments