[longomatch] Don't allow the zoom scale to focus



commit 7cf584b885fdfe6e9cec38b7812d2610fd0b521c
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Tue Sep 21 14:37:15 2010 +0200

    Don't allow the zoom scale to focus

 LongoMatch/Gui/Component/TimeLineWidget.cs |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/LongoMatch/Gui/Component/TimeLineWidget.cs b/LongoMatch/Gui/Component/TimeLineWidget.cs
index 5cb64de..fe2aeaa 100644
--- a/LongoMatch/Gui/Component/TimeLineWidget.cs
+++ b/LongoMatch/Gui/Component/TimeLineWidget.cs
@@ -52,6 +52,7 @@ namespace LongoMatch.Gui.Component {
 		{
 			this.Build();
 			SetPixelRatio(10);
+			vscale1.CanFocus = false;
 		}
 
 		public MediaTimeNode SelectedTimeNode {



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