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

--- Comment #10 from Szymon Kłos <eszka...@gmail.com> ---
Yes, I can confirm but menu starts working after focusing on the document.

Code pointer (SfxNotebookBar.cxx:353):

IMPL_STATIC_LINK(SfxNotebookBar, OpenNotebookbarPopupMenu, NotebookBar*,
pNotebookbar, void)
{
    SfxViewFrame* pViewFrame = SfxViewFrame::Current();
    if (pNotebookbar && pViewFrame)
    {

pViewFrame is nullptr after leaving the slideshow and trying to open menu.

It seems that after closing slideshow the main windows is not completely
activated and that is the reason.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to