[longomatch] Disable focus in events lists too



commit 4c9072705a4950c879e0c72a454fda512d513ae8
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Mon Oct 20 21:07:52 2014 +0200

    Disable focus in events lists too

 .../Gui/Component/PlaysSelectionWidget.cs          |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/LongoMatch.GUI/Gui/Component/PlaysSelectionWidget.cs 
b/LongoMatch.GUI/Gui/Component/PlaysSelectionWidget.cs
index 80082a1..9db4971 100644
--- a/LongoMatch.GUI/Gui/Component/PlaysSelectionWidget.cs
+++ b/LongoMatch.GUI/Gui/Component/PlaysSelectionWidget.cs
@@ -60,6 +60,7 @@ namespace LongoMatch.Gui.Component
                        SetTabProps (playsnotebook, false);
                        SetTabProps (playlistwidget, false);
                        SetTabProps (filtersvbox, false);
+                       LongoMatch.Gui.Helpers.Misc.SetFocus (this, false);
                }
 
                protected override void OnDestroyed ()


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