sc/source/ui/app/inputwin.cxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 848dc8559bdfff855cb03306ae73131daa77c3f7
Author:     Marco Cecchetti <marco.cecche...@collabora.com>
AuthorDate: Thu Mar 5 11:43:51 2020 +0100
Commit:     Marco Cecchetti <marco.cecche...@collabora.com>
CommitDate: Sun Apr 12 18:55:45 2020 +0200

    lok: get the formula input bar focused after inserting '='
    
    Change-Id: I7f86ea7135fcb4071cc0162c233c63be6c9485bd
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/92083
    Tested-by: Jenkins
    Reviewed-by: Marco Cecchetti <marco.cecche...@collabora.com>

diff --git a/sc/source/ui/app/inputwin.cxx b/sc/source/ui/app/inputwin.cxx
index 26035be992ca..b80ab75b75ae 100644
--- a/sc/source/ui/app/inputwin.cxx
+++ b/sc/source/ui/app/inputwin.cxx
@@ -409,6 +409,8 @@ void ScInputWindow::Select()
                 EditView* pView = aTextWindow.GetEditView();
                 if (pView)
                 {
+                    if (comphelper::LibreOfficeKit::isActive())
+                        TextGrabFocus();
                     pView->SetSelection( ESelection(0, nStartPos, 0, nEndPos) 
);
                     pScMod->InputChanged(pView);
                     SetOkCancelMode();
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to