https://bugs.documentfoundation.org/show_bug.cgi?id=156497
Julien Nabet <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Julien Nabet <[email protected]> --- Perhaps doing a similar test as https://opengrok.libreoffice.org/xref/core/vcl/qt5/QtMenu.cxx?r=447b9196#480 479 = bool(pMenuBar->GetMenuFlags() & MenuFlags::AlwaysShowDisabledEntries) 480 || !bool(pMenuBar->GetMenuFlags() & MenuFlags::HideDisabledEntries); in https://opengrok.libreoffice.org/xref/core/vcl/unx/gtk3/gtksalmenu.cxx?r=41a3620e#398 398 bAlwaysShowDisabledEntries = bool(mpVCLMenu->GetMenuFlags() & MenuFlags::AlwaysShowDisabledEntries); -- You are receiving this mail because: You are the assignee for the bug.
