提交 8d968d5c 编写于 作者: N neugens

6800513: GTK-LaF renders menus incompletely

Reviewed-by: rupashka
上级 e8c87829
...@@ -826,7 +826,7 @@ public class JPopupMenu extends JComponent implements Accessible,MenuElement { ...@@ -826,7 +826,7 @@ public class JPopupMenu extends JComponent implements Accessible,MenuElement {
popupFactory.setPopupType(PopupFactory.LIGHT_WEIGHT_POPUP); popupFactory.setPopupType(PopupFactory.LIGHT_WEIGHT_POPUP);
} }
else { else {
popupFactory.setPopupType(PopupFactory.MEDIUM_WEIGHT_POPUP); popupFactory.setPopupType(PopupFactory.HEAVY_WEIGHT_POPUP);
} }
// adjust the location of the popup // adjust the location of the popup
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册