gnucash master: Multiple changes pushed

Robert Fewell bobit at code.gnucash.org
Tue May 19 11:30:24 EDT 2020


Updated	 via  https://github.com/Gnucash/gnucash/commit/6ee48544 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/5640de09 (commit)
	from  https://github.com/Gnucash/gnucash/commit/279a632b (commit)



commit 6ee485441f2c2243b46dbb14aec96f16ca1fee94
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Tue May 19 11:19:13 2020 +0100

    Bug 797754 - Account Register scrolling stops working
    
    In an account register, scrolling stops working when the mouse pointer
    re-enters the scrollbar after leaving it. This was caused by a fix for
    the scrollbar not being updated in earlier versions of Gtk+. Having
    removed this earlier fix and tried on Windows 10 and two flavours of
    Linux with the current version of Gtk+ the earlier problem is not
    evident so this commit removes that fix.

commit 5640de09df8f95283fa1b9effef4dec6c2c11741
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Mon May 18 13:16:26 2020 +0100

    Reselect the transaction rows in import-main-matcher
    
    Once the transfer account is selected and control returned to the
    Generic main matcher window the transaction rows will now be unselected.
    This commit reselects the appropriate rows.



Summary of changes:
 gnucash/import-export/import-main-matcher.c        | 24 +++++++++++++++--
 gnucash/register/register-gnome/gnucash-register.c | 31 ----------------------
 gnucash/register/register-gnome/gnucash-sheet.c    |  5 ++--
 3 files changed, 25 insertions(+), 35 deletions(-)



More information about the gnucash-patches mailing list