[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[no subject]
From: |
Gavin D. Smith |
Date: |
Sun, 20 Mar 2022 04:55:27 -0400 (EDT) |
branch: master
commit 0cc3cd3ad65e5600fcb04bbe8dec8c51ef2dd2f2
Author: Gavin Smith <gavinsmith0123@gmail.com>
AuthorDate: Thu Oct 24 14:30:56 2019 +0100
no focus on click in toolbar
---
js/infog/main.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/js/infog/main.c b/js/infog/main.c
index c3ca16f73c..582c065173 100644
--- a/js/infog/main.c
+++ b/js/infog/main.c
@@ -757,16 +757,19 @@ build_gui (void)
GTK_ICON_SIZE_MENU);
g_signal_connect (back_button, "clicked",
G_CALLBACK(back_clicked_cb), NULL);
+ gtk_widget_set_focus_on_click (back_button, FALSE);
gtk_header_bar_pack_start (header_bar, back_button);
manual_button = gtk_button_new_with_mnemonic ("_Load manual");
g_signal_connect (manual_button, "clicked",
G_CALLBACK(manual_clicked_cb), NULL);
+ gtk_widget_set_focus_on_click (manual_button, FALSE);
gtk_header_bar_pack_start (header_bar, manual_button);
// help_button = gtk_button_new_with_mnemonic ("_Help");
help_button = gtk_button_new_from_icon_name ("dialog-information",
GTK_ICON_SIZE_MENU);
+ gtk_widget_set_focus_on_click (help_button, FALSE);
g_signal_connect (help_button, "clicked",
G_CALLBACK(help_clicked_cb), NULL);
gtk_header_bar_pack_start (header_bar, help_button);
- [no subject], (continued)
- [no subject], Gavin D. Smith, 2022/03/20
- [no subject], Gavin D. Smith, 2022/03/20
- [no subject], Gavin D. Smith, 2022/03/20
- [no subject], Gavin D. Smith, 2022/03/20
- [no subject], Gavin D. Smith, 2022/03/20
- [no subject], Gavin D. Smith, 2022/03/20
- [no subject], Gavin D. Smith, 2022/03/20
- [no subject], Gavin D. Smith, 2022/03/20
- [no subject], Gavin D. Smith, 2022/03/20
- [no subject], Gavin D. Smith, 2022/03/20
- [no subject],
Gavin D. Smith <=
- [no subject], Gavin D. Smith, 2022/03/20
- [no subject], Gavin D. Smith, 2022/03/20
- [no subject], Gavin D. Smith, 2022/03/20
- [no subject], Gavin D. Smith, 2022/03/20
- [no subject], Gavin D. Smith, 2022/03/20
- [no subject], Gavin D. Smith, 2022/03/20
- [no subject], Gavin D. Smith, 2022/03/20
- [no subject], Gavin D. Smith, 2022/03/20
- [no subject], Gavin D. Smith, 2022/03/20
- [no subject], Gavin D. Smith, 2022/03/20