Kaydet (Commit) 856233d2 authored tarafından Henry Castro's avatar Henry Castro

sc tiled editing: Editview register LOKit callback

Change-Id: I5ad07f0f3defacaac0f5dac724e9867bbc011dd6
üst ed81eaf2
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment