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

New commits:
commit 85057da7f19e8e5d6023c16fa07d138e2b519a66
Author:     Jim Raykowski <[email protected]>
AuthorDate: Wed Nov 17 14:36:25 2021 -0900
Commit:     Jim Raykowski <[email protected]>
CommitDate: Thu Dec 16 09:39:43 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 <[email protected]>

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