[longomatch] Reset players selection correctly



commit 8ebc971b4524e0e2f0f279ae8f7cf922c3523748
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Mon Oct 20 17:26:05 2014 +0200

    Reset players selection correctly

 LongoMatch.GUI/Gui/Component/CodingWidget.cs |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/LongoMatch.GUI/Gui/Component/CodingWidget.cs b/LongoMatch.GUI/Gui/Component/CodingWidget.cs
index f0ff770..7e8b613 100644
--- a/LongoMatch.GUI/Gui/Component/CodingWidget.cs
+++ b/LongoMatch.GUI/Gui/Component/CodingWidget.cs
@@ -265,6 +265,7 @@ namespace LongoMatch.Gui.Component
                                Config.GUIToolkit.EditPlay (play, project, false, true, false, false);
                        }
                        teamtagger.ResetSelection ();
+                       selectedPlayers = null;
                        Config.EventsBroker.EmitNewEvent (play);
                }
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]