File tree 1 file changed +2
-2
lines changed
src/java.desktop/macosx/native/libawt_lwawt/awt
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (c) 2011, 2012 , Oracle and/or its affiliates. All rights reserved.
2
+ * Copyright (c) 2011, 2020 , Oracle and/or its affiliates. All rights reserved.
3
3
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4
4
*
5
5
* This code is free software; you can redistribute it and/or modify it
@@ -126,7 +126,7 @@ + (void)reloadColors {
126
126
+ (NSColor *)getColor : (NSUInteger )colorIndex useAppleColor : (BOOL )useAppleColor {
127
127
NSColor * result = nil ;
128
128
129
- if (colorIndex < (useAppleColor) ? sun_lwawt_macosx_LWCToolkit_NUM_APPLE_COLORS : java_awt_SystemColor_NUM_COLORS) {
129
+ if (colorIndex < (( useAppleColor) ? sun_lwawt_macosx_LWCToolkit_NUM_APPLE_COLORS : java_awt_SystemColor_NUM_COLORS) ) {
130
130
result = (useAppleColor ? appleColors : sColors )[colorIndex];
131
131
}
132
132
else {
You can’t perform that action at this time.
0 commit comments