gnucash maint: Bug 798202 - Register editor Black on Black background

Robert Fewell bobit at code.gnucash.org
Thu Jun 10 06:33:37 EDT 2021


Updated	 via  https://github.com/Gnucash/gnucash/commit/9546c058 (commit)
	from  https://github.com/Gnucash/gnucash/commit/321b5efa (commit)



commit 9546c0587f3d9fe14c0e1a4d5dc8b61ba5db1362
Author: Robert Fewell <14uBobIT at gmail.com>
Date:   Thu Jun 10 11:32:30 2021 +0100

    Bug 798202 - Register editor Black on Black background
    
    The GtkEntry of the register editor was not having the appropriate
    style class gnc-class-register-cursor or gnc-class-user-register-cursor
    applied resulting in black text on a black background when the theme
    "Breeze Dark" was used.
    
    To fix this, in function gnucash_sheet_refresh_from_prefs add setting
    the appropriate style classes for the entry after first removing the
    existing "gnc-class-" classes.



Summary of changes:
 gnucash/register/register-gnome/gnucash-sheet.c | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)



More information about the gnucash-patches mailing list