gnucash stable: Bug 799713 - Account Editor changes account color to gray when default selected.

John Ralls jralls at code.gnucash.org
Sun Dec 28 13:59:47 EST 2025


Updated	 via  https://github.com/Gnucash/gnucash/commit/1c9bcf62 (commit)
	from  https://github.com/Gnucash/gnucash/commit/f893b046 (commit)



commit 1c9bcf62ebe09f7a249e7fa7f96816aa4314a1fb
Author: John Ralls <jralls at ceridwen.us>
Date:   Sun Dec 28 10:50:17 2025 -0800

    Bug 799713 - Account Editor changes account color to gray when default selected.
    
    Inadvertenly changed by 0a3fa2a because the logic is a bit too clever:
    It's intentional that if the color-chooser color is the default that the
    account color is set to NULL. That was removed for some flows and is
    restored.
    
    But that makes the default color button on the account edit dialog a
    little misleading: It shows as gray but since selecting that makes the
    account color NULL it's really transparent so we also enable alpha on the
    color chooser and set the default color to be transparent so the
    background checkerboard shows through.



Summary of changes:
 gnucash/gnome-utils/dialog-account.c | 5 +++++
 1 file changed, 5 insertions(+)



More information about the gnucash-patches mailing list