summaryrefslogtreecommitdiff
path: root/editeng
diff options
context:
space:
mode:
authorParis Oplopoios <paris.oplopoios@collabora.com>2023-05-23 03:50:30 +0300
committerParis Oplopoios <parisoplop@gmail.com>2023-06-02 18:22:34 +0200
commit53d5cc538d9c274cc4d7dfe38229f0f54706b403 (patch)
treeaca738c81cbcc8eff442393f511ef3233c35c8a1 /editeng
parent710af7d183370ca6fdd2699ea9f4550d9e53918a (diff)
Add Calc view separation for tiled rendering
Calc now uses different colors based on the current view theme to paint tiles when using tiled rendering Change-Id: I1ca84371141ff026ad49ec362518ca13c59c7c6e Reviewed-on: https://gerrit.libreoffice.org/c/core/+/152137 Tested-by: Paris Oplopoios <parisoplop@gmail.com> Reviewed-by: Tomaž Vajngerl <quikee@gmail.com> (cherry picked from commit f4eb56b8b9ff3492e0a02fb76eb4ea7b851f4774) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/152440 Tested-by: Jenkins Reviewed-by: Paris Oplopoios <parisoplop@gmail.com>
Diffstat (limited to 'editeng')
-rw-r--r--editeng/source/editeng/editview.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/editeng/source/editeng/editview.cxx b/editeng/source/editeng/editview.cxx
index cc03a135cdcd..f6c90309747c 100644
--- a/editeng/source/editeng/editview.cxx
+++ b/editeng/source/editeng/editview.cxx
@@ -719,6 +719,7 @@ void EditView::MoveParagraphs( tools::Long nDiff )
void EditView::SetBackgroundColor( const Color& rColor )
{
pImpEditView->SetBackgroundColor( rColor );
+ pImpEditView->pEditEngine->SetBackgroundColor( rColor );
}
Color const & EditView::GetBackgroundColor() const