diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-01-31 15:01:12 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2022-01-31 17:42:53 +0100 |
commit | 44febe0ea815405ceb90ace5430f11fde634d89b (patch) | |
tree | 8f07c39d9fbb05f8b25ecaa1affd6bee82116a62 /sd | |
parent | 00c0ee8cf0fac0c933c5ae600e99a64b1c7d4397 (diff) |
tdf#146999 draw, artifacts when scrolling up and down
sigh, not even draw manages to get invalidation right
regression from
commit 9a850dd9f3c221660b6259bdfd64a77343f2256c
Date: Wed Jan 12 10:27:38 2022 +0200
used cache value in ViewObjectContact::getPrimitive2DSequence (2nd
attempt)
Change-Id: I2692ac6933a3956eb98f48ff0875cdc0c933bd8d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/129221
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'sd')
-rw-r--r-- | sd/source/core/drawdoc.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sd/source/core/drawdoc.cxx b/sd/source/core/drawdoc.cxx index 0e7ad9dabd44..d765e3639288 100644 --- a/sd/source/core/drawdoc.cxx +++ b/sd/source/core/drawdoc.cxx @@ -139,8 +139,6 @@ SdDrawDocument::SdDrawDocument(DocumentType eType, SfxObjectShell* pDrDocSh) , mbEmbedFontScriptComplex(true) , mnImagePreferredDPI(0) { - SetVOCInvalidationIsReliable(true); - mpDrawPageListWatcher.reset(new ImpDrawPageListWatcher(*this)); mpMasterPageListWatcher.reset(new ImpMasterPageListWatcher(*this)); |