svx/source/form/fmview.cxx | 1 + 1 file changed, 1 insertion(+) New commits: commit 241483acf9bd339a9bc13f1755124bad0441cf67 Author: Samuel Mehrbrodt <samuel.mehrbr...@allotropia.de> AuthorDate: Wed Apr 21 14:15:07 2021 +0200 Commit: Thorsten Behrens <thorsten.behr...@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.mehrbr...@allotropia.de> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114437 Tested-by: Thorsten Behrens <thorsten.behr...@allotropia.de> Reviewed-by: Thorsten Behrens <thorsten.behr...@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; } _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits