[gimp] Issue #2194 - Action search dialog behaves as a full window...



commit e6364ffa81061a844483e392aaccedf6f5979a31
Author: Michael Natterer <mitch gimp org>
Date:   Sat Jun 1 17:37:49 2019 +0200

    Issue #2194 - Action search dialog behaves as a full window...
    
    ...using a tiling window manager
    
    Set GimpSearchPopup's type hint to GDK_WINDOW_TYPE_HINT_DIALOG.

 app/widgets/gimpsearchpopup.c | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/app/widgets/gimpsearchpopup.c b/app/widgets/gimpsearchpopup.c
index 06cfdab20a..8aa7c79cbf 100644
--- a/app/widgets/gimpsearchpopup.c
+++ b/app/widgets/gimpsearchpopup.c
@@ -197,6 +197,7 @@ gimp_search_popup_new (Gimp                    *gimp,
 
   widget = g_object_new (GIMP_TYPE_SEARCH_POPUP,
                          "type",          GTK_WINDOW_TOPLEVEL,
+                         "type-hint",     GDK_WINDOW_TYPE_HINT_DIALOG,
                          "decorated",     TRUE,
                          "modal",         TRUE,
                          "role",          role,


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