Skip to content

Commit 3758e58

Browse files
committed
8365375: Method SU3.setAcceleratorSelectionForeground assigns to acceleratorForeground
Reviewed-by: mdoerr Backport-of: 9dcc502cc83773561707f2afe9aee1f9e2386b9e
1 parent 2ed2edb commit 3758e58

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
@@ -223,7 +223,7 @@ public static void setDisabledForeground(Color disabledFg) {
223223
}
224224

225225
public static void setAcceleratorSelectionForeground(Color acceleratorSelectionFg) {
226-
acceleratorForeground = acceleratorSelectionFg;
226+
acceleratorSelectionForeground = acceleratorSelectionFg;
227227
}
228228

229229
public static void setAcceleratorForeground(Color acceleratorFg) {

0 commit comments

Comments
 (0)