mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-23 20:44:41 +02:00
6800513: GTK-LaF renders menus incompletely
Reviewed-by: rupashka
This commit is contained in:
parent
058f95b388
commit
aea990be82
1 changed files with 1 additions and 1 deletions
|
@ -826,7 +826,7 @@ public class JPopupMenu extends JComponent implements Accessible,MenuElement {
|
|||
popupFactory.setPopupType(PopupFactory.LIGHT_WEIGHT_POPUP);
|
||||
}
|
||||
else {
|
||||
popupFactory.setPopupType(PopupFactory.MEDIUM_WEIGHT_POPUP);
|
||||
popupFactory.setPopupType(PopupFactory.HEAVY_WEIGHT_POPUP);
|
||||
}
|
||||
|
||||
// adjust the location of the popup
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue