From 7538d49acafb7667efd3f38fd84e7c5f7de8f241 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tiago=20Concei=C3=A7=C3=A3o?= Date: Wed, 6 Apr 2022 07:24:22 +0100 Subject: [PATCH] (Fix) Issue repair error when 'Auto repair layers and issues on file load' is enabled (#446) --- UVtools.WPF/Controls/Tools/ToolRepairLayersControl.axaml.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/UVtools.WPF/Controls/Tools/ToolRepairLayersControl.axaml.cs b/UVtools.WPF/Controls/Tools/ToolRepairLayersControl.axaml.cs index 6eac5a2..4863d5c 100644 --- a/UVtools.WPF/Controls/Tools/ToolRepairLayersControl.axaml.cs +++ b/UVtools.WPF/Controls/Tools/ToolRepairLayersControl.axaml.cs @@ -33,6 +33,7 @@ public class ToolRepairLayersControl : ToolControl SuctionCupsVentHole = UserSettings.Instance.LayerRepair.SuctionCupsVentHole, GapClosingIterations = UserSettings.Instance.LayerRepair.ClosingIterations, NoiseRemovalIterations = UserSettings.Instance.LayerRepair.OpeningIterations, + IslandDetectionConfig = App.MainWindow.GetIslandDetectionConfiguration() }; public void SetFromUserSettings()