From 856a8cccea5c4392809c905c5a6b6b8b90d2190b Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Tue, 19 Sep 2017 13:21:27 -0400 Subject: src/tab-chrome.c: Disable focus on tab history list icons Otherwise, the radio button can accept the input focus. --- (limited to 'src') diff --git a/src/tab-chrome.c b/src/tab-chrome.c index 6d8033d..b94edb7 100644 --- a/src/tab-chrome.c +++ b/src/tab-chrome.c @@ -91,6 +91,8 @@ back_forward_list_item_new(WebKitBackForwardListItem *list_item, gtk_radio_button_new(NULL), "current"); break; } + gtk_widget_set_can_focus(gtk_stack_get_visible_child( + GTK_STACK(icon_stack)), FALSE); box = gtk_box_new(GTK_ORIENTATION_HORIZONTAL, 0); gtk_box_pack_start(GTK_BOX(box), icon_stack, FALSE, FALSE, 0); -- cgit v0.9.1