https://bugs.documentfoundation.org/show_bug.cgi?id=156497

Julien Nabet <serval2...@yahoo.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |serval2...@yahoo.fr

--- Comment #2 from Julien Nabet <serval2...@yahoo.fr> ---
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.

Reply via email to