7154516: [macosx] Popup menus have no visible borders

Reviewed-by: anthony, denis
This commit is contained in:
Sergey Bylokhov 2012-11-21 15:58:09 +04:00
parent 6a2db1d680
commit 55eba1fa2e

View File

@ -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,