On Tue, 17 Nov 2020 20:27:11 GMT, Sergey Bylokhov <s...@openjdk.org> wrote:
>> Prasanta Sadhukhan has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Use apple UI Element color > > src/java.desktop/macosx/classes/sun/lwawt/macosx/LWCToolkit.java line 216: > >> 214: 0xFFC0C0C0, // secondarySelectedControlColor >> 215: 0xFF303030, // controlDarkShadowColor >> 216: 0xFFFFFFFF, // controlTextColor > > As far as I understand the fix, It is a "alternateSelectedControlTextColor" > not an "controlTextColor" BTW isn't it is the same color as java_awt_SystemColor_CONTROL_LT_HIGHLIGHT? ------------- PR: https://git.openjdk.java.net/jdk/pull/1182