gnucash maint: Bug 798159 - Keyboard shortcut bug to manage document link

Robert Fewell bobit at code.gnucash.org
Fri Apr 16 06:24:12 EDT 2021


Updated	 via  https://github.com/Gnucash/gnucash/commit/b1a8615d (commit)
	from  https://github.com/Gnucash/gnucash/commit/668986ce (commit)



commit b1a8615d157e86154b97e42e4e3219e92c763151
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Fri Apr 16 11:17:51 2021 +0100

    Bug 798159 - Keyboard shortcut bug to manage document link
    
    The GtkFileChooserButton was grabbing focus on load but was not
    responding to it, possibly due to it already been created but hidden so
    change it to a normal button that starts a GtkFileChooserNative dialog.
    Also stop grabbing focus on the use of the toggle buttons to aid
    navigation by keyboard.



Summary of changes:
 gnucash/gnome/dialog-doclink.c          | 108 +++++++++++++++++++++++++-------
 gnucash/gtkbuilder/dialog-doclink.glade |  36 ++++++++++-
 2 files changed, 120 insertions(+), 24 deletions(-)



More information about the gnucash-patches mailing list