sc/source/ui/view/output2.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit ada128e5f206e9eee249101236344b111d0ee99f
Author:     Heiko Tietze <tietze.he...@gmail.com>
AuthorDate: Tue Sep 24 13:45:09 2024 +0200
Commit:     Heiko Tietze <heiko.tie...@documentfoundation.org>
CommitDate: Tue Sep 24 15:11:45 2024 +0200

    Resolves tdf#142120 - Respect app color for text with lines breaks
    
    Change-Id: I33ebfc1d542da06bd9d69f8e9a57797b8541a7f6
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/173856
    Reviewed-by: Heiko Tietze <heiko.tie...@documentfoundation.org>
    Tested-by: Jenkins

diff --git a/sc/source/ui/view/output2.cxx b/sc/source/ui/view/output2.cxx
index cab30c900136..e7079568ddab 100644
--- a/sc/source/ui/view/output2.cxx
+++ b/sc/source/ui/view/output2.cxx
@@ -933,6 +933,7 @@ void ScOutputData::SetEditSyntaxColor( EditEngine& rEngine, 
const ScRefCellValue
             aColor = *mxValueColor;
             break;
         case CELLTYPE_STRING:
+        case CELLTYPE_EDIT:
             aColor = *mxTextColor;
             break;
         case CELLTYPE_FORMULA:

Reply via email to