mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-24 09:10:08 +00:00
7154516: [macosx] Popup menus have no visible borders
Reviewed-by: anthony, denis
This commit is contained in:
parent
6a2db1d680
commit
55eba1fa2e
@ -714,7 +714,8 @@ public class AquaLookAndFeel extends BasicLookAndFeel {
|
||||
|
||||
"PopupMenu.font", menuFont,
|
||||
"PopupMenu.background", menuBackgroundColor,
|
||||
"PopupMenu.translucentBackground", translucentWhite,
|
||||
// Fix for 7154516: make popups opaque
|
||||
"PopupMenu.translucentBackground", white,
|
||||
"PopupMenu.foreground", menuForegroundColor,
|
||||
"PopupMenu.selectionBackground", menuSelectedBackgroundColor,
|
||||
"PopupMenu.selectionForeground", menuSelectedForegroundColor,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user