mirror of
https://github.com/SimpleMobileTools/Simple-Draw.git
synced 2025-06-05 21:59:17 +02:00
Fix show brush size tool
This commit is contained in:
@ -408,6 +408,7 @@ class MainActivity : SimpleActivity(), CanvasListener {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private fun updateButtonStates() {
|
private fun updateButtonStates() {
|
||||||
|
if (config.showBrushSize)
|
||||||
hideBrushSettings(isEyeDropperOn || isBucketFillOn)
|
hideBrushSettings(isEyeDropperOn || isBucketFillOn)
|
||||||
|
|
||||||
updateButtonColor(eraser, isEraserOn)
|
updateButtonColor(eraser, isEraserOn)
|
||||||
|
Reference in New Issue
Block a user