From 2f1ab286abe29d30a01911b64ba40932bb0b9de4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tiago=20Concei=C3=A7=C3=A3o?= Date: Wed, 6 Oct 2021 18:36:29 +0100 Subject: [PATCH] Fix typo --- UVtools.Core/Operations/OperationPixelArithmetic.cs | 2 +- UVtools.WPF/Controls/Tools/ToolPixelArithmeticControl.axaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/UVtools.Core/Operations/OperationPixelArithmetic.cs b/UVtools.Core/Operations/OperationPixelArithmetic.cs index 65a0b8b..3c55ca2 100644 --- a/UVtools.Core/Operations/OperationPixelArithmetic.cs +++ b/UVtools.Core/Operations/OperationPixelArithmetic.cs @@ -959,7 +959,7 @@ namespace UVtools.Core.Operations Operator = PixelArithmeticOperators.Add; } - public void PresetFuzySkin() + public void PresetFuzzySkin() { Operator = PixelArithmeticOperators.Corrode; ApplyMethod = PixelArithmeticApplyMethod.ModelSurfaceAndInset; diff --git a/UVtools.WPF/Controls/Tools/ToolPixelArithmeticControl.axaml b/UVtools.WPF/Controls/Tools/ToolPixelArithmeticControl.axaml index be295ef..72740c2 100644 --- a/UVtools.WPF/Controls/Tools/ToolPixelArithmeticControl.axaml +++ b/UVtools.WPF/Controls/Tools/ToolPixelArithmeticControl.axaml @@ -237,8 +237,8 @@ -