summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sc/source/ui/view/viewdata.cxx7
1 files changed, 7 insertions, 0 deletions
diff --git a/sc/source/ui/view/viewdata.cxx b/sc/source/ui/view/viewdata.cxx
index 22d46dcd7f05..8795afe9539a 100644
--- a/sc/source/ui/view/viewdata.cxx
+++ b/sc/source/ui/view/viewdata.cxx
@@ -928,6 +928,13 @@ void ScViewData::SetEditEngine( ScSplitPos eWhich,
else
{
pEditView[eWhich] = new EditView( pNewEngine, pWin );
+
+ if (pDoc->GetDrawLayer() && pDoc->GetDrawLayer()->isTiledRendering())
+ {
+ pEditView[eWhich]->registerLibreOfficeKitCallback(pDoc->GetDrawLayer()->getLibreOfficeKitCallback(),
+ pDoc->GetDrawLayer()->getLibreOfficeKitData());
+ pEditView[eWhich]->setTiledRendering(true);
+ }
}
// bei IdleFormat wird manchmal ein Cursor gemalt, wenn die View schon weg ist (23576)