summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormerttumer <mert.tumer@collabora.com>2021-03-11 09:52:00 +0300
committerMert Tumer <mert.tumer@collabora.com>2021-04-09 07:09:18 +0200
commitb3b231b7b44fb81efd2ee72cb08deec3997f6431 (patch)
treeaaab511c651a4d1bfd8118a83d597630a241ad68
parentee7a2306e1a9e2acf4e3aae1d65aeb36d6f99615 (diff)
Hide GluePoints in LOK
Change-Id: Ibf6bba4cdc69bd8479ccc08b5d9695253ef81890 Signed-off-by: merttumer <mert.tumer@collabora.com> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112314 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
-rw-r--r--svx/source/sdr/contact/objectcontactofpageview.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/svx/source/sdr/contact/objectcontactofpageview.cxx b/svx/source/sdr/contact/objectcontactofpageview.cxx
index 5838a1610e0f..d0756018d7b2 100644
--- a/svx/source/sdr/contact/objectcontactofpageview.cxx
+++ b/svx/source/sdr/contact/objectcontactofpageview.cxx
@@ -348,7 +348,8 @@ namespace sdr
// Get info about the need to visualize GluePoints
bool ObjectContactOfPageView::AreGluePointsVisible() const
{
- return GetPageWindow().GetPageView().GetView().ImpIsGlueVisible();
+ bool bTiledRendering = comphelper::LibreOfficeKit::isActive();
+ return !bTiledRendering && GetPageWindow().GetPageView().GetView().ImpIsGlueVisible();
}
// check if text animation is allowed.