gnucash maint: Multiple changes pushed

Robert Fewell bobit at code.gnucash.org
Sun Nov 15 09:58:46 EST 2020


Updated	 via  https://github.com/Gnucash/gnucash/commit/fdbbc130 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/8ad9d0a2 (commit)
	from  https://github.com/Gnucash/gnucash/commit/20f2efbe (commit)



commit fdbbc1305e4df22e7af69bc4cf65e0a334086111
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Wed Nov 11 10:38:02 2020 +0000

    Change source files gnucash-sheet/header.* for space and tabs

commit 8ad9d0a22d44f5bcd183673ef48e8e0eb7cfed92
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Wed Nov 11 10:36:57 2020 +0000

    Bug 644242 - Register Panning Problem
    
    If the horizontal scrollbar is present for a register and you start to
    tab from one cell to the next one that is not in view the sheet does
    not scroll to keep the active cell in view.
    
    This commit fixes that by getting the active cell horizontal offset and
    width and comparing it to the sheet width and window width.



Summary of changes:
 gnucash/register/register-gnome/gnucash-header.c   |  78 +++--
 gnucash/register/register-gnome/gnucash-header.h   |   5 +
 .../register-gnome/gnucash-sheet-private.c         |  97 +++---
 gnucash/register/register-gnome/gnucash-sheet.c    | 378 +++++++++++----------
 gnucash/register/register-gnome/gnucash-sheet.h    |   8 +-
 gnucash/register/register-gnome/gnucash-sheetP.h   |   3 -
 6 files changed, 296 insertions(+), 273 deletions(-)



More information about the gnucash-patches mailing list