[Commits] [SCM] claws branch, master, updated. 3.17.8-43-ga15a42d23
thorsten at claws-mail.org
thorsten at claws-mail.org
Sat Apr 10 14:30:20 CEST 2021
The branch, master has been updated
via a15a42d234483170a7d48f5fb2bc10b511e2a213 (commit)
from 99f2553fe3589c53934635958fe9f46fbde95871 (commit)
Summary of changes:
src/addr_compl.c | 2 ++
1 file changed, 2 insertions(+)
- Log -----------------------------------------------------------------
commit a15a42d234483170a7d48f5fb2bc10b511e2a213
Author: Thorsten Maerz <info at netztorte.de>
Date: Sat Apr 10 13:36:41 2021 +0200
Re-enable keyboard after address completion
Required at least for Gtk3/Win32 (prior gdk_keyboard_grab() left
the keyboard unresponsive after closing completion window).
diff --git a/src/addr_compl.c b/src/addr_compl.c
index ba7cef6d2..efd15a0f0 100644
--- a/src/addr_compl.c
+++ b/src/addr_compl.c
@@ -892,6 +892,8 @@ static void addrcompl_destroy_window( CompletionWindow *cw ) {
cw->in_mouse = FALSE;
}
+ /* Re-enable keyboard, required at least for Gtk3/Win32 */
+ gdk_keyboard_ungrab(GDK_CURRENT_TIME);
}
/**
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list