diff options
author | emkael <emkael@tlen.pl> | 2017-11-18 17:11:39 +0100 |
---|---|---|
committer | emkael <emkael@tlen.pl> | 2017-11-18 17:11:39 +0100 |
commit | 0f90cab947e23f36fdd6f15c877c99a76fe16165 (patch) | |
tree | 0f51eab296e61fee625393e24cc196872c5c8df9 /Aktywator | |
parent | 3e81ce7e22d6405d31425b835c3d1fb24c052daa (diff) |
Disabling percentages if results are not shown.
Fixes #26
Diffstat (limited to 'Aktywator')
-rw-r--r-- | Aktywator/MainForm.cs | 1 |
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; } |