[longomatch] Clear players selection after tagging a new play



commit 8fc59132cf6d9101ef606693eaa72e1f052aa4ca
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Tue Sep 2 11:39:06 2014 +0200

    Clear players selection after tagging a new play

 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 1c0dd40..b7dee63 100644
--- a/LongoMatch.GUI/Gui/Component/CodingWidget.cs
+++ b/LongoMatch.GUI/Gui/Component/CodingWidget.cs
@@ -255,6 +255,7 @@ namespace LongoMatch.Gui.Component
                                if (cat.TagFieldPosition || cat.TagGoalPosition || cat.TagHalfFieldPosition) {
                                        Config.GUIToolkit.EditPlay (play, project, false, true, false, false);
                                }
+                               teamtagger.ClearSelection ();
                                Config.EventsBroker.EmitNewPlay (play);
                        }
                }


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