[Libreoffice-bugs] [Bug 156497] GTK3 Disabled menu items are not hidden in DontHideDisabledEntry = false mode

2023-08-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=156497

Julien Nabet  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 Status|UNCONFIRMED |ASSIGNED
   Assignee|libreoffice-b...@lists.free |serval2...@yahoo.fr
   |desktop.org |

--- Comment #3 from Julien Nabet  ---
I gave a try with https://gerrit.libreoffice.org/c/core/+/155197

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Libreoffice-bugs] [Bug 156497] GTK3 Disabled menu items are not hidden in DontHideDisabledEntry = false mode

2023-08-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=156497

Julien Nabet  changed:

   What|Removed |Added

 CC||serval2...@yahoo.fr

--- Comment #2 from Julien Nabet  ---
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.

[Libreoffice-bugs] [Bug 156497] GTK3 Disabled menu items are not hidden in DontHideDisabledEntry = false mode

2023-07-28 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=156497

--- Comment #1 from Caolán McNamara  ---
vcl/unx/gtk3/gtksalmenu.cxx might be the place to look for this one too

-- 
You are receiving this mail because:
You are the assignee for the bug.