summaryrefslogtreecommitdiff
path: root/vcl/qt5
diff options
context:
space:
mode:
authorHeiko Tietze <tietze.heiko@gmail.com>2023-05-17 16:48:30 +0200
committerHeiko Tietze <heiko.tietze@documentfoundation.org>2023-05-23 09:44:21 +0200
commit258686a58f909ab04c7281c05f15882eb400748e (patch)
treebc80185e801622d30b2be2fe3b6f182aad1fc316 /vcl/qt5
parentdc11f5b151e1a2ea2623fc8cf806a400763955d9 (diff)
Resolves tdf#145080 - Use accent color for focused cell
Accent color added but effectively working only on macOS See inline comments for gtk, qt, and win Change-Id: I1e4a729331735683921f94b27bb2bb02555c0165 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/151887 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
Diffstat (limited to 'vcl/qt5')
-rw-r--r--vcl/qt5/QtFrame.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/vcl/qt5/QtFrame.cxx b/vcl/qt5/QtFrame.cxx
index ed5c0538e5cb..08d206261b88 100644
--- a/vcl/qt5/QtFrame.cxx
+++ b/vcl/qt5/QtFrame.cxx
@@ -1143,6 +1143,8 @@ void QtFrame::UpdateSettings(AllSettings& rSettings)
style.SetWorkspaceColor(aMid);
// Selection
+ // https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/305
+ style.SetAccentColor(aHigh);
style.SetHighlightColor(aHigh);
style.SetHighlightTextColor(aHighText);
style.SetListBoxWindowHighlightColor(aHigh);