https://issues.apache.org/ooo/show_bug.cgi?id=122315
Andre <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|CONFIRMED |RESOLVED Resolution|--- |FIXED --- Comment #3 from Andre <[email protected]> --- Reorganized the "More Options" button handling a little bit: - The SidebarController gives the UNO command directly to the PanelTitleBar. = Panel does not have to forward the information = Using a string instead of a functor allows comparison with previous command and update of the associated controller when the command changes (due to context change) - PanelTitleBar uses the SidebarToolBox that has some support for tool bar controllers. - PanelTitleBar creates a tool bar controller for the "More Options" command. = This controller takes care of disabling the button when the command is disabled and the actual command execution. No more functors necessary. -- You are receiving this mail because: You are on the CC list for the bug.
