Skip to content

Commit 98dbb49

Browse files
committed
8365375: Method SU3.setAcceleratorSelectionForeground assigns to acceleratorForeground
Backport-of: 9dcc502cc83773561707f2afe9aee1f9e2386b9e
1 parent 5365051 commit 98dbb49

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
@@ -254,7 +254,7 @@ public static void setDisabledForeground(Color disabledFg) {
254254
}
255255

256256
public static void setAcceleratorSelectionForeground(Color acceleratorSelectionFg) {
257-
acceleratorForeground = acceleratorSelectionFg;
257+
acceleratorSelectionForeground = acceleratorSelectionFg;
258258
}
259259

260260
public static void setAcceleratorForeground(Color acceleratorFg) {

0 commit comments

Comments
 (0)