mirror of
https://github.com/crystalidea/qt-build-tools.git
synced 2024-11-22 10:40:06 +08:00
5.12.3: fix for https://bugreports.qt.io/browse/QTBUG-71740
This commit is contained in:
parent
5a41ce5e2d
commit
1ea0234b0b
@ -111,6 +111,9 @@ QPalette * qt_mac_createSystemPalette()
|
||||
|
||||
palette->setBrush(QPalette::ToolTipBase, qt_mac_toQBrush([NSColor controlColor]));
|
||||
|
||||
// fix for https://bugreports.qt.io/browse/QTBUG-71740
|
||||
palette->setColor(QPalette::Normal, QPalette::Link, qt_mac_toQColor([NSColor linkColor]));
|
||||
|
||||
return palette;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user