[longomatch] Hide substitution button in the event editor



commit 9957a94152000d09bd30848eafab73462db5a29e
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Tue Sep 23 11:39:07 2014 +0200

    Hide substitution button in the event editor

 LongoMatch.GUI/Gui/Dialog/PlayEditor.cs |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/LongoMatch.GUI/Gui/Dialog/PlayEditor.cs b/LongoMatch.GUI/Gui/Dialog/PlayEditor.cs
index fef1455..0d54927 100644
--- a/LongoMatch.GUI/Gui/Dialog/PlayEditor.cs
+++ b/LongoMatch.GUI/Gui/Dialog/PlayEditor.cs
@@ -37,6 +37,7 @@ namespace LongoMatch.Gui.Dialog
                        this.Build ();
                        teamtagger = new TeamTagger (new WidgetWrapper (drawingarea3));
                        teamtagger.Compact = true;
+                       teamtagger.ShowSubstitutionButtons = false;
                        teamtagger.SelectionMode = MultiSelectionMode.Multiple;
                        teamtagger.PlayersSelectionChangedEvent += HandlePlayersSelectionChangedEvent;
                }


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