https://bugs.documentfoundation.org/show_bug.cgi?id=139935
--- Comment #2 from Jim Raykowski <rayk...@gmail.com> --- (In reply to Jim Raykowski from comment #1) > code pointers: > > sw/uiconfig/swriter/ui/mastercontextmenu.ui > > sw/source/uibase/utlui/glbltree.cxx > IMPL_LINK(SwGlobalTree, CommandHdl, const CommandEvent&, rCEvt, bool) > > An "insertmenu" weld::Menu needs to be instantiated using xBuilder and then > used to set the sensitivity for the insert sub menu items. Wow! I don't remember leaving this pointer. While poking around for a solution to bug 155741 I ran across this and was going to report. I even made a video demo :). I *don't* repro this bug using gtk3. I *do* repro for x11 and qt5 vcl plugins. Part B. Gtk3 greys-out disabled entries while sal instance users (x11, qt5, win) hide them. The reason for this was give in: https://bugs.documentfoundation.org/show_bug.cgi?id=138246#c11 Now it's here: https://opengrok.libreoffice.org/xref/core/vcl/source/window/menu.cxx?r=b6b26421&mo=94553&fi=2875#2875 -- You are receiving this mail because: You are the assignee for the bug.