diff --git a/src/Tools/Eraser.gd b/src/Tools/Eraser.gd index 25ae2af11..d1d209392 100644 --- a/src/Tools/Eraser.gd +++ b/src/Tools/Eraser.gd @@ -123,3 +123,8 @@ func update_config() -> void: .update_config() $Opacity/OpacitySpinBox.value = _strength * 255 $Opacity/OpacitySlider.value = _strength * 255 + + +func update_brush() -> void: + .update_brush() + $ColorInterpolation.visible = false