From 0f90cab947e23f36fdd6f15c877c99a76fe16165 Mon Sep 17 00:00:00 2001 From: emkael Date: Sat, 18 Nov 2017 17:11:39 +0100 Subject: Disabling percentages if results are not shown. Fixes #26 --- Aktywator/MainForm.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'Aktywator') 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; } -- cgit v1.2.3