mirror of
https://github.com/SimpleMobileTools/Simple-Draw.git
synced 2025-02-18 20:50:46 +01:00
Fix show brush size tool
This commit is contained in:
parent
a2d1ee4e93
commit
38b2770a06
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user