Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sn4k3/UVtools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'UVtools.GUI/Forms/FrmRepairLayers.cs')
-rw-r--r--UVtools.GUI/Forms/FrmRepairLayers.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/UVtools.GUI/Forms/FrmRepairLayers.cs b/UVtools.GUI/Forms/FrmRepairLayers.cs
index 3e197e0..e4bcc24 100644
--- a/UVtools.GUI/Forms/FrmRepairLayers.cs
+++ b/UVtools.GUI/Forms/FrmRepairLayers.cs
@@ -161,7 +161,7 @@ namespace UVtools.GUI.Forms
return;
}
- if (!cbRepairIslands.Enabled && !cbRepairResinTraps.Enabled)
+ if (!RepairIslands && !RepairResinTraps)
{
MessageBox.Show("You must select at least one repair operation.", Text, MessageBoxButtons.OK, MessageBoxIcon.Error);
return;