vcl/osx/salframe.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 9d7c622a9159ae17eb80bd4f0f9a865bd29deae1
Author:     Caolán McNamara <caol...@redhat.com>
AuthorDate: Wed Nov 30 17:05:24 2022 +0000
Commit:     Caolán McNamara <caol...@redhat.com>
CommitDate: Wed Nov 30 22:19:59 2022 +0100

    Resolves: tdf#152317 macOS Calc highlighted sheet name unreadable
    
    Change-Id: Ib6af275b055dbfdcce615df5de61cb2233b8797c
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/143509
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caol...@redhat.com>

diff --git a/vcl/osx/salframe.cxx b/vcl/osx/salframe.cxx
index 93de74e6fa68..c738ce1e6217 100644
--- a/vcl/osx/salframe.cxx
+++ b/vcl/osx/salframe.cxx
@@ -1289,6 +1289,7 @@ SAL_WNODEPRECATED_DECLARATIONS_POP
     aStyleSettings.BatchSetBackgrounds( aWindowBackgroundColor, false );
     aStyleSettings.SetLightBorderColor( aWindowBackgroundColor );
 
+    aStyleSettings.SetActiveTabColor(aWindowBackgroundColor);
     Color aInactiveTabColor( aWindowBackgroundColor );
     aInactiveTabColor.DecreaseLuminance( 32 );
     aStyleSettings.SetInactiveTabColor( aInactiveTabColor );

Reply via email to