From b076314018e4b53d745823754a26eb6fb73a2801 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Wed, 19 Oct 2016 05:08:19 +0200 Subject: New upstream version 0.24.1 --- src/AppWindow.vala | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/AppWindow.vala') diff --git a/src/AppWindow.vala b/src/AppWindow.vala index b70a20c..b979d9e 100644 --- a/src/AppWindow.vala +++ b/src/AppWindow.vala @@ -98,6 +98,9 @@ public class FullscreenWindow : PageWindow { // start off with toolbar invoked, as a clue for the user invoke_toolbar(); + + // Toolbar steals keyboard focus from page, put it back again + page.grab_focus (); } public void disable_toolbar_dismissal() { -- cgit v1.2.3