![]() |
|
||||
Menu List Updating |
Problem Goldenseal accounting software keeps a separate list of account and list names, so it can fill in clairvoyant menus more quickly. When you change the name of an account or list, it also updates the menu list. To save time, in versions 4.55 and earlier, the menu list was only updating the menu lists if the name changed, and we used a case-insensitive test for name changes. That means that changing the capitalization of an account or list name would not change the menu. That can be annoying if you want to change just the capitalization. Caught By User bug report. Workaround Change the text of the name, then change it again to the capitalization you want. Solution This problem is fixed in Goldenseal accounting software versions 4.6 and later. We now use a case-sensitive test for name changes, so we'll update if you only change the capitalization of any letters. Technical Details Programmer note-- code changed in CNameListArrayOwner::HandleObjectChanged, and in the same method in other name array owners. |