| commit | 7195ae38d731b9f00b501e88de6c14c543a9442f | [log] |
|---|---|---|
| author | Jim Raykowski <raykowj@gmail.com> | Wed Nov 17 14:36:25 2021 -0900 |
| committer | Xisco Fauli <xiscofauli@libreoffice.org> | Thu Dec 16 15:46:52 2021 +0100 |
| tree | 54d729405136c9835c3308f96ca9192661aeaa8c | |
| parent | dd4d715ef775db456c0c9653a3d9f9b439e82e8e [diff] |
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 <raykowj@gmail.com> (cherry picked from commit 85057da7f19e8e5d6023c16fa07d138e2b519a66) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126885 Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
diff --git a/sw/source/uibase/shells/annotsh.cxx b/sw/source/uibase/shells/annotsh.cxx index 0a79872..b05fedf 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()