sfx2/source/commandpopup/CommandPopup.cxx | 1 + 1 file changed, 1 insertion(+)
New commits: commit b4bb43a896f5cffef69aba4082cee64d2be917d7 Author: Rafael Lima <rafael.palma.l...@gmail.com> AuthorDate: Fri Feb 18 02:27:11 2022 +0100 Commit: Xisco Fauli <xiscofa...@libreoffice.org> CommitDate: Fri Feb 18 15:01:01 2022 +0100 tdf#143817 Fix HUD deleting text contents in Writer Change-Id: Ie28388016c475907c5d8fbe51906bc4a01d6b0d5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/130091 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <qui...@gmail.com> (cherry picked from commit 3c94a0f7729f1638ab3b273a186c48de859cfb49) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/130092 (cherry picked from commit 4886374fca8f17de78ae558033aa677bcefc0a4e) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/130096 Reviewed-by: Xisco Fauli <xiscofa...@libreoffice.org> diff --git a/sfx2/source/commandpopup/CommandPopup.cxx b/sfx2/source/commandpopup/CommandPopup.cxx index 152e5b9959b4..dbdca85ea108 100644 --- a/sfx2/source/commandpopup/CommandPopup.cxx +++ b/sfx2/source/commandpopup/CommandPopup.cxx @@ -248,6 +248,7 @@ IMPL_LINK(CommandListBox, TreeViewKeyPress, const KeyEvent&, rKeyEvent, bool) else if (rKeyEvent.GetKeyCode().GetCode() == KEY_RETURN) { RowActivated(*mpCommandTreeView); + return true; } return false;