gnucash maint: Bug 796665 - Backspace Key Inoperable After Ctrl+V

John Ralls jralls at code.gnucash.org
Mon Jun 25 16:48:01 EDT 2018


Updated	 via  https://github.com/Gnucash/gnucash/commit/60117491 (commit)
	from  https://github.com/Gnucash/gnucash/commit/246257de (commit)



commit 6011749151793399727371db335a0e3dd9723d81
Author: John Ralls <jralls at ceridwen.us>
Date:   Mon Jun 25 13:42:45 2018 -0700

    Bug 796665 - Backspace Key Inoperable After Ctrl+V
    
    Remove the gtk_editable_set_editable toggles in
    gnc_item_edit_cut_keyboard and gnc_item_edit_paste_keyboard. These were
    added as a work-around to gnucash_sheet_key_press_event_internal leaving
    the sheet not-editable after a regular key event. That was removed to
    fix input-method key handling.
    
    The original addition of that enable/disable toggle was apparently a
    hack to fix the date-field accelerators and the use of the account
    separator in the transfer field. Both seem to work fine with the
    protection removed.



Summary of changes:
 gnucash/register/register-gnome/gnucash-item-edit.c | 4 ----
 gnucash/register/register-gnome/gnucash-sheet.c     | 1 -
 2 files changed, 5 deletions(-)



More information about the gnucash-patches mailing list