[longomatch] Leave the treeviews focusable for multiple selection



commit 14ba0e7b645b383cf79fa26e7dd364b9afb20e81
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Thu Oct 23 12:23:51 2014 +0200

    Leave the treeviews focusable for multiple selection

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


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