[Xfce4-commits] [xfce/exo] 01/01: Hide search widget when doing a fullscreen resize (bug #15106)

noreply at xfce.org noreply at xfce.org
Fri Nov 15 13:14:54 CET 2019


This is an automated email from the git hooks/post-receive script.

b   l   u   e   s   a   b   r   e       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository xfce/exo.

commit eb89d98e15cd785f1f6f3dd9c58dec58cde93099
Author: Sean Davis <smd.seandavis at gmail.com>
Date:   Fri Nov 15 07:14:49 2019 -0500

    Hide search widget when doing a fullscreen resize (bug #15106)
---
 NEWS                | 1 +
 exo/exo-icon-view.c | 4 ++++
 2 files changed, 5 insertions(+)

diff --git a/NEWS b/NEWS
index 5caccad..7908892 100644
--- a/NEWS
+++ b/NEWS
@@ -7,6 +7,7 @@
 - Fix cursor missing in search popup widget (Xfce #16068)
 - Fix excess clickable area of multiline filenames (Xfce #16075)
 - Fix alignment of multi-line filenames when text beside icons (Xfce #16107)
+- Hide search widget when doing a fullscreen resize (Xfce #15106)
 - Make user-created launchers executable by default
 
 0.12.8
diff --git a/exo/exo-icon-view.c b/exo/exo-icon-view.c
index 667973b..c5b9daf 100644
--- a/exo/exo-icon-view.c
+++ b/exo/exo-icon-view.c
@@ -1869,6 +1869,10 @@ exo_icon_view_size_allocate (GtkWidget     *widget,
   GtkAdjustment *vadjustment;
   ExoIconView   *icon_view = EXO_ICON_VIEW (widget);
 
+  /* hide the interactive search dialog (if any) */
+  if (G_LIKELY (icon_view->priv->search_window != NULL))
+    exo_icon_view_search_dialog_hide (icon_view->priv->search_window, icon_view);
+
   /* apply the new size allocation */
   gtk_widget_set_allocation (widget, allocation);
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list