[Libreoffice-commits] core.git: Branch 'distro/cib/libreoffice-6-4' - svx/source
Samuel Mehrbrodt (via logerrit)
logerrit at kemper.freedesktop.org
Fri Apr 23 15:11:39 UTC 2021
svx/source/form/fmview.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 241483acf9bd339a9bc13f1755124bad0441cf67
Author: Samuel Mehrbrodt <samuel.mehrbrodt at allotropia.de>
AuthorDate: Wed Apr 21 14:15:07 2021 +0200
Commit: Thorsten Behrens <thorsten.behrens at allotropia.de>
CommitDate: Fri Apr 23 17:11:01 2021 +0200
Related tdf#139804 Allow activating btn on first click
Change-Id: I3bcdf8bdd6f25fd30106214f40e72bf1506f6bbf
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114398
Tested-by: Jenkins
Reviewed-by: Samuel Mehrbrodt <samuel.mehrbrodt at allotropia.de>
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114437
Tested-by: Thorsten Behrens <thorsten.behrens at allotropia.de>
Reviewed-by: Thorsten Behrens <thorsten.behrens at allotropia.de>
diff --git a/svx/source/form/fmview.cxx b/svx/source/form/fmview.cxx
index 17139528c909..d360c4847481 100644
--- a/svx/source/form/fmview.cxx
+++ b/svx/source/form/fmview.cxx
@@ -534,6 +534,7 @@ bool FmFormView::KeyInput(const KeyEvent& rKEvt, vcl::Window* pWin)
if (rI18nHelper.MatchMnemonic(pWindow->GetText(), rKEvt.GetCharCode()))
{
pWindow->GrabFocus();
+ pWindow->KeyInput(rKEvt);
bDone = true;
break;
}
More information about the Libreoffice-commits
mailing list