From 044193c7ed05a5814522f79451d208445e6e2f14 Mon Sep 17 00:00:00 2001 From: Alexander Shaduri Date: Mon, 31 Jan 2022 15:29:14 +0400 Subject: [PATCH] Command execution popup windows: Use "dialog" type of window instead of "notifications"; this should fix #17 (the popup is floating above all the other applications). --- src/applib/command_executor_gui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/applib/command_executor_gui.cpp b/src/applib/command_executor_gui.cpp index d9f3f40..55cb49c 100644 --- a/src/applib/command_executor_gui.cpp +++ b/src/applib/command_executor_gui.cpp @@ -31,7 +31,7 @@ bool CommandExecutorGui::execute() #define CMDEX_DIALOG_MESSAGE_TYPE Gtk::MESSAGE_OTHER -#define CMDEX_DIALOG_HINT_TYPE Gdk::WINDOW_TYPE_HINT_NOTIFICATION +#define CMDEX_DIALOG_HINT_TYPE Gdk::WINDOW_TYPE_HINT_DIALOG