adding an empty line
This commit is contained in:
parent
1a6a2b6e75
commit
2fe6cf74d6
|
@ -411,6 +411,7 @@ class MainActivity : SimpleActivity(), CanvasListener {
|
||||||
if (config.showBrushSize) {
|
if (config.showBrushSize) {
|
||||||
hideBrushSettings(isEyeDropperOn || isBucketFillOn)
|
hideBrushSettings(isEyeDropperOn || isBucketFillOn)
|
||||||
}
|
}
|
||||||
|
|
||||||
updateButtonColor(eraser, isEraserOn)
|
updateButtonColor(eraser, isEraserOn)
|
||||||
updateButtonColor(eye_dropper, isEyeDropperOn)
|
updateButtonColor(eye_dropper, isEyeDropperOn)
|
||||||
updateButtonColor(bucket_fill, isBucketFillOn)
|
updateButtonColor(bucket_fill, isBucketFillOn)
|
||||||
|
|
Loading…
Reference in New Issue