sw/source/uibase/shells/annotsh.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 7195ae38d731b9f00b501e88de6c14c543a9442f
Author:     Jim Raykowski <rayk...@gmail.com>
AuthorDate: Wed Nov 17 14:36:25 2021 -0900
Commit:     Xisco Fauli <xiscofa...@libreoffice.org>
CommitDate: Thu Dec 16 15:46:52 2021 +0100

    tdf#145747 Fix cursor not shown
    
    after moving focus from shape object to comment window to edit window
    
    Change-Id: Ibce3939575cfdc941eec45fea24383fc5edf53d9
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/125431
    Tested-by: Jenkins
    Reviewed-by: Jim Raykowski <rayk...@gmail.com>
    (cherry picked from commit 85057da7f19e8e5d6023c16fa07d138e2b519a66)
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126885
    Reviewed-by: Xisco Fauli <xiscofa...@libreoffice.org>

diff --git a/sw/source/uibase/shells/annotsh.cxx 
b/sw/source/uibase/shells/annotsh.cxx
index 0a798724c508..b05fedf7c5ae 100644
--- a/sw/source/uibase/shells/annotsh.cxx
+++ b/sw/source/uibase/shells/annotsh.cxx
@@ -134,6 +134,7 @@ SwAnnotationShell::SwAnnotationShell( SwView& r )
 
 SwAnnotationShell::~SwAnnotationShell()
 {
+    m_rView.GetWrtShell().Edit();
 }
 
 SfxUndoManager* SwAnnotationShell::GetUndoManager()

Reply via email to