[gnome-builder] layout: hide popover after selection



commit 8b6e9cc1beaf1e681e0d9f8a219285e2cb162e05
Author: Christian Hergert <chergert redhat com>
Date:   Mon Jul 24 02:04:35 2017 -0700

    layout: hide popover after selection
    
    As requested by design

 libide/layout/ide-layout-stack-header.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/libide/layout/ide-layout-stack-header.c b/libide/layout/ide-layout-stack-header.c
index a1a34b0..68f5083 100644
--- a/libide/layout/ide-layout-stack-header.c
+++ b/libide/layout/ide-layout-stack-header.c
@@ -305,6 +305,8 @@ ide_layout_stack_header_view_row_activated (GtkListBox           *list_box,
   if (stack != NULL && view != NULL)
     ide_layout_stack_set_visible_child (IDE_LAYOUT_STACK (stack),
                                         IDE_LAYOUT_VIEW (view));
+
+  _ide_layout_stack_header_popdown (self);
 }
 
 static gboolean


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