[gnome-builder/wip/chergert/layout] build-panel: don't allow selections on treeview
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder/wip/chergert/layout] build-panel: don't allow selections on treeview
- Date: Thu, 6 Jul 2017 21:58:29 +0000 (UTC)
commit 542a7c69a836546830543b1b961264d4bfc03c9d
Author: Christian Hergert <chergert redhat com>
Date: Thu Jul 6 14:53:47 2017 -0700
build-panel: don't allow selections on treeview
These shouldn't stay selected because selections indicate
current position. And as soon as you move the cursor that
would be invalid.
libide/buildui/ide-build-panel.ui | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
---
diff --git a/libide/buildui/ide-build-panel.ui b/libide/buildui/ide-build-panel.ui
index 706097e..4950c24 100644
--- a/libide/buildui/ide-build-panel.ui
+++ b/libide/buildui/ide-build-panel.ui
@@ -90,6 +90,11 @@
<object class="IdeFancyTreeView" id="warnings_tree_view">
<property name="has-tooltip">true</property>
<property name="visible">true</property>
+ <child internal-child="selection">
+ <object class="GtkTreeSelection">
+ <property name="mode">none</property>
+ </object>
+ </child>
</object>
</child>
</object>
@@ -106,6 +111,11 @@
<object class="IdeFancyTreeView" id="errors_tree_view">
<property name="has-tooltip">true</property>
<property name="visible">true</property>
+ <child internal-child="selection">
+ <object class="GtkTreeSelection">
+ <property name="mode">none</property>
+ </object>
+ </child>
</object>
</child>
</object>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]