IDEADEV-41315

This commit is contained in:
Maxim Shafirov
2009-11-16 16:07:52 +03:00
parent 8bd0a63db2
commit a7bb3ab6c2
@@ -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);