[gimp/gimp-2-10] Issue #2194 - Action search dialog behaves as a full window...
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/gimp-2-10] Issue #2194 - Action search dialog behaves as a full window...
- Date: Sat, 1 Jun 2019 15:41:30 +0000 (UTC)
commit a624010931b21fe4d77328df8742d3636530afdb
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.
(cherry picked from commit e6364ffa81061a844483e392aaccedf6f5979a31)
app/widgets/gimpsearchpopup.c | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/app/widgets/gimpsearchpopup.c b/app/widgets/gimpsearchpopup.c
index b085687919..34e9d7094f 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]