gnucash stable: Bug 799048 - Hover on tab not correct
Robert Fewell
bobit at code.gnucash.org
Sat Aug 5 09:52:37 EDT 2023
Updated via https://github.com/Gnucash/gnucash/commit/84db7916 (commit)
from https://github.com/Gnucash/gnucash/commit/d8954456 (commit)
commit 84db7916a0c943c5874643d42387580578841757
Author: Robert Fewell <14uBobIT at gmail.com>
Date: Sat Aug 5 14:46:08 2023 +0100
Bug 799048 - Hover on tab not correct
When the account name is changed, an event is used to update the tool
tip on the register tab. If the account is moved, the same event is
triggered but as the name is the same, the tool tip is not updated.
Add a new function 'main_window_update_page_long_name' to only update
the long name and the tool tip and call it from the register event
after setting the name. Also remove the setting of the long name from
'main_window_update_page_name'.
Summary of changes:
gnucash/gnome-utils/gnc-main-window.cpp | 61 ++++++++++++++++++++++----------
gnucash/gnome-utils/gnc-main-window.h | 9 +++++
gnucash/gnome/gnc-plugin-page-register.c | 14 +++++---
3 files changed, 60 insertions(+), 24 deletions(-)
More information about the gnucash-patches
mailing list