[Libreoffice-commits] core.git: svx/source
mert (via logerrit)
logerrit at kemper.freedesktop.org
Mon Mar 1 12:31:31 UTC 2021
svx/source/svdraw/svdmrkv.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit a889bca4a1912da1e402181d8acd6ef7683e2f53
Author: mert <mert.tumer at collabora.com>
AuthorDate: Mon Feb 8 10:31:38 2021 +0300
Commit: Mert Tumer <mert.tumer at collabora.com>
CommitDate: Mon Mar 1 13:30:41 2021 +0100
Exclude table selection from handle message
Change-Id: Ic079c2d59040c8b6d714af3932d5294c2060edc0
Signed-off-by: mert <mert.tumer at collabora.com>
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110548
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice at gmail.com>
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111510
Tested-by: Jenkins
diff --git a/svx/source/svdraw/svdmrkv.cxx b/svx/source/svdraw/svdmrkv.cxx
index fb8fbc0ec4db..fbeeb8fda859 100644
--- a/svx/source/svdraw/svdmrkv.cxx
+++ b/svx/source/svdraw/svdmrkv.cxx
@@ -884,7 +884,7 @@ void SdrMarkView::SetMarkHandlesForLOKit(tools::Rectangle const & rRect, const S
}
}
}
- if (!pOtherShell && maHdlList.GetHdlCount())
+ if (!bTableSelection && !pOtherShell && maHdlList.GetHdlCount())
{
boost::property_tree::ptree responseJSON;
boost::property_tree::ptree others;
More information about the Libreoffice-commits
mailing list