svx/source/svdraw/svdmrkv.cxx | 2 ++ 1 file changed, 2 insertions(+) New commits: commit 2aacaa2231298e8a38d5964a13b285f7c5a3d8be Author: Szymon Kłos <szymon.k...@collabora.com> AuthorDate: Fri Sep 16 20:08:44 2022 +0200 Commit: Szymon Kłos <szymon.k...@collabora.com> CommitDate: Tue Oct 18 10:34:14 2022 +0200
lok: impress: clear selection when exited the textbox it was sill visible in other views Change-Id: I75ce566a17fa1080d6e3008b964e367825225a09 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/140086 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoff...@gmail.com> Reviewed-by: Pranam Lashkari <lpra...@collabora.com> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141478 Tested-by: Jenkins Reviewed-by: Szymon Kłos <szymon.k...@collabora.com> diff --git a/svx/source/svdraw/svdmrkv.cxx b/svx/source/svdraw/svdmrkv.cxx index 3e1b7bee169a..8539c78c7c94 100644 --- a/svx/source/svdraw/svdmrkv.cxx +++ b/svx/source/svdraw/svdmrkv.cxx @@ -1117,6 +1117,8 @@ void SdrMarkView::SetMarkHandlesForLOKit(tools::Rectangle const & rRect, const S { sSelectionText = "EMPTY"; sSelectionTextView = "EMPTY"; + if (!pOtherShell) + pViewShell->NotifyOtherViews(LOK_CALLBACK_TEXT_VIEW_SELECTION, "selection", OString()); } if (bTableSelection)