qquickfusionstyle: do not force a fixed blue color as highlight color
use the one from ... mac system palette. Task-number: QTBUG-70652 Change-Id: I0aa9ab0596ceb8222327d9febbb132fffc3968cc Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
This commit is contained in:
parent
60a43aeba7
commit
e25970ffff
|
@ -85,8 +85,6 @@ QColor QQuickFusionStyle::innerContrastLine()
|
|||
|
||||
QColor QQuickFusionStyle::highlight(const QPalette &palette)
|
||||
{
|
||||
if (isMacSystemPalette(palette))
|
||||
return QColor(60, 140, 230);
|
||||
return palette.color(QPalette::Highlight);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue