summaryrefslogtreecommitdiff
path: root/Aktywator/MainForm.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Aktywator/MainForm.cs')
-rw-r--r--Aktywator/MainForm.cs9
1 files changed, 9 insertions, 0 deletions
diff --git a/Aktywator/MainForm.cs b/Aktywator/MainForm.cs
index 2b413ad..6dc346f 100644
--- a/Aktywator/MainForm.cs
+++ b/Aktywator/MainForm.cs
@@ -788,5 +788,14 @@ namespace Aktywator
{
this.scoringOptionsWarning();
}
+
+ private void xAutoBoardNumber_CheckedChanged(object sender, EventArgs e)
+ {
+ this.xFirstBoardManually.Enabled = xAutoBoardNumber.Checked;
+ if (!this.xFirstBoardManually.Enabled)
+ {
+ this.xFirstBoardManually.Checked = false;
+ }
+ }
}
}