You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I change the title of some tab, this title is not directly translated into the cached menu that opens upon clicking on the down arrow.
I could fix this by temporarily offering an "updateSectionContentTabMenus" method to ContainerWidget that just calls on all sections the updateTabsMenu(), but it seems that this is not very clean. Maybe, setting a title should invalidate the corresponding containerWidget's cache. Not sure, if the pointers/references are set in a way that allows for that in an easy way.
The text was updated successfully, but these errors were encountered:
When I change the title of some tab, this title is not directly translated into the cached menu that opens upon clicking on the down arrow.
I could fix this by temporarily offering an "updateSectionContentTabMenus" method to
ContainerWidget
that just calls on all sections theupdateTabsMenu()
, but it seems that this is not very clean. Maybe, setting a title should invalidate the corresponding containerWidget's cache. Not sure, if the pointers/references are set in a way that allows for that in an easy way.The text was updated successfully, but these errors were encountered: