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

github.com/ClusterM/hakchi2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2018-02-22 16:15:54 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2018-02-22 16:15:54 +0300
commitdca65b2c83fd8376fc0b20cfb794edb74c96c0a8 (patch)
tree39dc7e45f396e25b24d660dc3ffb18dd65a5ea98 /MainForm.cs
parentb565a2cd1d34afebcc7ec9ce6e29fee080f8e6c8 (diff)
Fixes, fixes, fixes
Diffstat (limited to 'MainForm.cs')
-rw-r--r--MainForm.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/MainForm.cs b/MainForm.cs
index 48b74a12..3f81a305 100644
--- a/MainForm.cs
+++ b/MainForm.cs
@@ -1902,6 +1902,8 @@ namespace com.clusterrr.hakchi_gui
item.Tag = newApp;
item.Selected = true;
item.Checked = true;
+ foreach (ListViewItem i in listViewGames.Items)
+ i.Selected = false;
listViewGames.Items.Add(item);
// Schedule recalculation
timerCalculateGames.Enabled = false;