https://bugs.documentfoundation.org/show_bug.cgi?id=96875
Maxim Monastirsky <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|Calc |graphics stack Version|unspecified |5.2.0.0.alpha0+ Master Summary|missing menu options for |Submenus of MenuBarManager |"Paste Only" (OS X only) |based context menus don't | |work (OS X native menus | |only) --- Comment #7 from Maxim Monastirsky <[email protected]> --- What happened recently is the switch to MenuBarManager for handling these menus. MenuBarManager sets the text/select handler when the submenu activates - in MenuBarManager::Activate, but it's never called. The solution is apparently to adapt menuNeedsUpdate delegate (vcl/osx/salnsmenu.mm#37) to call Menu::Activate, which indeed makes these menu items work when clicking them. Oddly the text is still missing - although AquaSalMenu::SetItemText seems to be called with the right strings. So need to investigate more. -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
