https://bugs.documentfoundation.org/show_bug.cgi?id=102052
Heiko Tietze <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected], | |[email protected] --- Comment #11 from Heiko Tietze <[email protected]> --- Pretty easy to move the code from SfxViewShell::GetState_Impl() case SID_PRINTER_NAME: to GetTooltipForCommand() at vcl/source/helper/commandinfoprovider.cxx. We can even remove the 5min delay to update since tooltips are not updated on every action such as keystrokes. However, the tooltips are assigned to the controls during creation (setupFromActionName() in vcl/source/window/builder.cxx) and never updated later. I see no way to refresh a tooltip. -- You are receiving this mail because: You are the assignee for the bug.
