summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoremkael <emkael@tlen.pl>2017-11-18 17:11:39 +0100
committeremkael <emkael@tlen.pl>2017-11-18 17:11:39 +0100
commit0f90cab947e23f36fdd6f15c877c99a76fe16165 (patch)
tree0f51eab296e61fee625393e24cc196872c5c8df9
parent3e81ce7e22d6405d31425b835c3d1fb24c052daa (diff)
Disabling percentages if results are not shown.
Fixes #26
-rw-r--r--Aktywator/MainForm.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Aktywator/MainForm.cs b/Aktywator/MainForm.cs
index cd3f3f2..8e02320 100644
--- a/Aktywator/MainForm.cs
+++ b/Aktywator/MainForm.cs
@@ -317,6 +317,7 @@ namespace Aktywator
{
xRepeatResults.Enabled = false;
xShowPercentage.Enabled = false;
+ xShowPercentage.Checked = false;
xResultsOverview.Enabled = false;
xGroupSections.Enabled = false;
}