[longomatch] Keep focus for treeview to allow multiple selection
- From: Andoni Morales Alastruey <amorales src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [longomatch] Keep focus for treeview to allow multiple selection
- Date: Tue, 15 Apr 2014 09:32:24 +0000 (UTC)
commit 5e488a07decc568de0972f5d60ac86c83c600173
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date: Tue Apr 15 11:31:57 2014 +0200
Keep focus for treeview to allow multiple selection
.../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 8acbd8f..3fb77b8 100644
--- a/LongoMatch.GUI/Gui/Component/PlaysSelectionWidget.cs
+++ b/LongoMatch.GUI/Gui/Component/PlaysSelectionWidget.cs
@@ -114,6 +114,7 @@ namespace LongoMatch.Gui.Component
if (child is Container) {
DisableFocus (child as Container);
} else {
+ if (!(child is TreeView))
child.CanFocus = false;
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]