sw/source/uibase/utlui/glbltree.cxx | 2 ++ 1 file changed, 2 insertions(+)
New commits: commit 159ce7f29b0129e411276591e11eea6a30a981ab Author: Caolán McNamara <caol...@redhat.com> AuthorDate: Sat Jun 20 15:41:38 2020 +0100 Commit: Caolán McNamara <caol...@redhat.com> CommitDate: Sat Jun 20 20:27:52 2020 +0200 indicate popup menu was shown Change-Id: I4d0e8f31fd8c30368497e52c6eb1ba2b7e960bab Reviewed-on: https://gerrit.libreoffice.org/c/core/+/96773 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caol...@redhat.com> diff --git a/sw/source/uibase/utlui/glbltree.cxx b/sw/source/uibase/utlui/glbltree.cxx index e1d640caa3f9..ed8e87abf2c8 100644 --- a/sw/source/uibase/utlui/glbltree.cxx +++ b/sw/source/uibase/utlui/glbltree.cxx @@ -288,6 +288,8 @@ IMPL_LINK(SwGlobalTree, CommandHdl, const CommandEvent&, rCEvt, bool) OString sCommand = xPopup->popup_at_rect(m_xTreeView.get(), tools::Rectangle(rCEvt.GetMousePosPixel(), Size(1,1))); if (!sCommand.isEmpty()) ExecuteContextMenuAction(sCommand); + + bPop = true; } return bPop; } _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits