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

New commits:
commit be9c80322db80d7cd59145bf77541ab3361022cc
Author:     Caolán McNamara <caol...@redhat.com>
AuthorDate: Fri Oct 28 17:15:33 2022 +0100
Commit:     Caolán McNamara <caol...@redhat.com>
CommitDate: Fri Oct 28 21:17:40 2022 +0200

    macos: set tooltext colors from something from the theme
    
    e.g. the "Find All" label in the find toolbar
    
    Change-Id: I8d766962bb6eda49cbcc39728fe4e5bb4b700fd1
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141998
    Tested-by: Jenkins
    Reviewed-by: Caolán McNamara <caol...@redhat.com>

diff --git a/vcl/osx/salframe.cxx b/vcl/osx/salframe.cxx
index 08d6339db062..b820ef338136 100644
--- a/vcl/osx/salframe.cxx
+++ b/vcl/osx/salframe.cxx
@@ -1346,6 +1346,7 @@ SAL_WNODEPRECATED_DECLARATIONS_POP
 
     aStyleSettings.SetHelpColor(aControlBackgroundColor);
     aStyleSettings.SetHelpTextColor(aControlTextColor);
+    aStyleSettings.SetToolTextColor(aControlTextColor);
 
     // Set text colors for tabs according to OS settings
 

Reply via email to