sd/source/ui/view/drtxtob1.cxx |    6 ++++++
 1 file changed, 6 insertions(+)

New commits:
commit 8f445c709458bb5cae706f189589228a5c68d36a
Author:     Jim Raykowski <rayk...@gmail..com>
AuthorDate: Sat Dec 28 21:20:05 2019 -0900
Commit:     Andras Timar <andras.ti...@collabora.com>
CommitDate: Tue May 5 15:47:00 2020 +0200

    tdf#129680 Make text edit outliner view show cursor
    
    Better placement of tdf#50530 fix
    80f18e7e028e9ca431aef281ab98bea99ad19fa3
    
    Change-Id: If6a83d94ebd52ada34d800f8270fa82b4260fdbf
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86099
    Tested-by: Jenkins
    Reviewed-by: Jim Raykowski <rayk...@gmail.com>
    (cherry picked from commit 1840ed1ede481d28c1a75e2767357866f6f1c55a)
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86957
    Reviewed-by: Xisco FaulĂ­ <xiscofa...@libreoffice.org>
    (cherry picked from commit 9b4ffa3a111dd91842ae53e74454f0c752ba4ffe)
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/93425
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoff...@gmail.com>
    Reviewed-by: Pranam Lashkari <lpra...@collabora.com>
    Reviewed-by: Andras Timar <andras.ti...@collabora.com>

diff --git a/sd/source/ui/view/drtxtob1.cxx b/sd/source/ui/view/drtxtob1.cxx
index 92926a075393..0aa28f6f4997 100644
--- a/sd/source/ui/view/drtxtob1.cxx
+++ b/sd/source/ui/view/drtxtob1.cxx
@@ -742,6 +742,12 @@ void TextObjectBar::Execute( SfxRequest &rReq )
         break;
     }
 
+    if ( pOLV )
+    {
+        pOLV->ShowCursor();
+        pOLV->GetWindow()->GrabFocus();
+    }
+
     Invalidate( SID_OUTLINE_LEFT );
     Invalidate( SID_OUTLINE_RIGHT );
     Invalidate( SID_OUTLINE_UP );
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to