mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-15 07:33:30 +07:00
EA-26929 - IAE: PsiBundle.visibilityPresentation
This commit is contained in:
+1
@@ -212,6 +212,7 @@ public class InplaceIntroduceConstantPopup {
|
||||
visibilityCombo.setRenderer(new ListCellRendererWrapper<String>(visibilityCombo.getRenderer()) {
|
||||
@Override
|
||||
public void customize(JList list, String value, int index, boolean selected, boolean hasFocus) {
|
||||
if (value == null) return;
|
||||
setText(PsiBundle.visibilityPresentation(value));
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user