[longomatch] Set the edited flag after a substitution



commit 6f973fb27657fb1d6778fbc0fb564a462ac7368c
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Tue Feb 24 13:05:13 2015 +0100

    Set the edited flag after a substitution

 LongoMatch.GUI/Gui/Component/TeamTemplateEditor.cs |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/LongoMatch.GUI/Gui/Component/TeamTemplateEditor.cs 
b/LongoMatch.GUI/Gui/Component/TeamTemplateEditor.cs
index 580b1ee..57cf9e4 100644
--- a/LongoMatch.GUI/Gui/Component/TeamTemplateEditor.cs
+++ b/LongoMatch.GUI/Gui/Component/TeamTemplateEditor.cs
@@ -367,6 +367,7 @@ namespace LongoMatch.Gui.Component
                {
                        team.List.Swap (p1, p2);
                        teamtagger.Substitute (p1, p2, team);
+                       Edited = true;
                }
                
                void HandleColorSet (object sender, EventArgs e)


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