mirror of
https://github.com/openjdk/jdk.git
synced 2026-04-17 10:20:33 +00:00
8177625: apple.laf.JRSUIConstants.getConstantName(int) checks for THUMB_START twice
Reviewed-by: prr, serb, azvegint
This commit is contained in:
parent
614b710fe7
commit
6095d3f96b
@ -78,7 +78,7 @@ public final class JRSUIConstants {
|
||||
return "THUMB_START";
|
||||
} else if (hit == WINDOW_TITLE_BAR_HEIGHT) {
|
||||
return "WINDOW_TITLE_BAR_HEIGHT";
|
||||
} else if (hit == THUMB_START) {
|
||||
} else if (hit == ANIMATION_FRAME) {
|
||||
return "ANIMATION_FRAME";
|
||||
}
|
||||
return getClass().getSimpleName();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user