Skip to content

Commit 9dcc502

Browse files
committed
8365375: Method SU3.setAcceleratorSelectionForeground assigns to acceleratorForeground
Reviewed-by: aivanov, prr, kizune
1 parent 9c266ae commit 9dcc502

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/java.desktop/share/classes/com/sun/java/swing/SwingUtilities3.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ public static void setDisabledForeground(Color disabledFg) {
248248
}
249249

250250
public static void setAcceleratorSelectionForeground(Color acceleratorSelectionFg) {
251-
acceleratorForeground = acceleratorSelectionFg;
251+
acceleratorSelectionForeground = acceleratorSelectionFg;
252252
}
253253

254254
public static void setAcceleratorForeground(Color acceleratorFg) {

0 commit comments

Comments
 (0)