mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IDEADEV-41315
This commit is contained in:
@@ -265,7 +265,9 @@ public final class ProjectViewImpl extends ProjectView implements PersistentStat
|
||||
myActionGroupPanel = new JPanel(new BorderLayout());
|
||||
|
||||
myLabel = new JLabel("View as:");
|
||||
myLabel.setDisplayedMnemonic('a');
|
||||
if (!SystemInfo.isMac) { // See IDEADEV-41315
|
||||
myLabel.setDisplayedMnemonic('a');
|
||||
}
|
||||
myCombo = new ComboBox();
|
||||
myCombo.setBorder(BorderFactory.createEmptyBorder(0, 4, 0, 0));
|
||||
myLabel.setLabelFor(myCombo);
|
||||
|
||||
Reference in New Issue
Block a user