[longomatch] Update correctly lead time sensitivity based on the tagging mode



commit 6542050981cbe9daa8f9667522c557c50d088619
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Sat Dec 6 21:36:19 2014 +0100

    Update correctly lead time sensitivity based on the tagging mode

 LongoMatch.GUI/Gui/Component/CategoryProperties.cs |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/LongoMatch.GUI/Gui/Component/CategoryProperties.cs 
b/LongoMatch.GUI/Gui/Component/CategoryProperties.cs
index d2007b5..928b7c9 100644
--- a/LongoMatch.GUI/Gui/Component/CategoryProperties.cs
+++ b/LongoMatch.GUI/Gui/Component/CategoryProperties.cs
@@ -205,6 +205,7 @@ namespace LongoMatch.Gui.Component
                                tagmodecombobox.Active = (int)timedButton.TagMode;
                                leadtimebutton.Value = timedButton.Start.TotalSeconds;
                                lagtimebutton.Value = timedButton.Stop.TotalSeconds;
+                               lagtimebutton.Sensitive = timedButton.TagMode == TagMode.Predefined;
                        }
                        if (eventButton != null) {
                                SetPositionCombo (fieldcombobox, eventButton.EventType.TagFieldPosition,


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