summaryrefslogtreecommitdiff
path: root/frontends/gtk/hotlist.c
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2020-05-22 11:36:43 +0100
committerDaniel Silverstone <dsilvers@digital-scurf.org>2020-05-22 11:36:43 +0100
commita35f35fec0fb7f441755107e3712fe9781134b41 (patch)
treec9b871181f6bc8dc9873d8ca5385dc64a3a9fd22 /frontends/gtk/hotlist.c
parent278ddb34b39252751788113e4971f2eda1e8d79b (diff)
downloadnetsurf-a35f35fec0fb7f441755107e3712fe9781134b41.tar.gz
netsurf-a35f35fec0fb7f441755107e3712fe9781134b41.tar.bz2
frontends/gtk: Defocus search before selecting all in relevant core windows
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
Diffstat (limited to 'frontends/gtk/hotlist.c')
-rw-r--r--frontends/gtk/hotlist.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/frontends/gtk/hotlist.c b/frontends/gtk/hotlist.c
index 843e47736..b047dc65f 100644
--- a/frontends/gtk/hotlist.c
+++ b/frontends/gtk/hotlist.c
@@ -170,6 +170,8 @@ MENUHANDLER(delete_selected)
MENUHANDLER(select_all)
{
+ hotlist_keypress(NS_KEY_ESCAPE);
+ hotlist_keypress(NS_KEY_ESCAPE);
hotlist_keypress(NS_KEY_SELECT_ALL);
return TRUE;
}