mirror of
https://github.com/vim/vim.git
synced 2026-08-01 02:11:33 +02:00
patch 9.2.0868: GTK: Window Manager hint prevents giving focus to dialog
Problem: GTK: Window Manager hint prevents giving focus to dialog
(Allen Wild, after v9.1.0881)
Solution: Remove Window Manager hint again (Christoffer Aasted)
related: #16100
fixes: #17760
closes: #20727
Signed-off-by: Christoffer Aasted <dezzadk@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
committed by
Christian Brabandt
parent
70d55cd516
commit
7bffbb25be
@@ -1716,8 +1716,6 @@ gui_mch_dialog(int type, // type of dialog
|
||||
dialog = create_message_dialog(type, title, message);
|
||||
dialoginfo.dialog = GTK_DIALOG(dialog);
|
||||
dialog_add_buttons(GTK_DIALOG(dialog), buttons);
|
||||
gtk_window_set_type_hint(GTK_WINDOW(dialog),
|
||||
GDK_WINDOW_TYPE_HINT_POPUP_MENU);
|
||||
|
||||
if (textfield != NULL)
|
||||
{
|
||||
|
||||
@@ -758,6 +758,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
868,
|
||||
/**/
|
||||
867,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user