[Libreoffice-commits] core.git: sw/source
Caolán McNamara (via logerrit)
logerrit at kemper.freedesktop.org
Sat Jun 20 18:28:25 UTC 2020
sw/source/uibase/utlui/glbltree.cxx | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit 159ce7f29b0129e411276591e11eea6a30a981ab
Author: Caolán McNamara <caolanm at redhat.com>
AuthorDate: Sat Jun 20 15:41:38 2020 +0100
Commit: Caolán McNamara <caolanm at 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 <caolanm at 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;
}
More information about the Libreoffice-commits
mailing list