talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit 9a68e8efc4e861e2fcd72118170a9a4a53832c90
parent 4fa9e694dc0724dd70e148d4d23438a70547bbda
Author: Michael Rasmussen <mir@datanom.net>
Date:   Wed, 14 Apr 2021 16:02:22 +0200

Merge branch 'master' into oauth2

Diffstat:
Msrc/addr_compl.c | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git 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); } /**