mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 15:09:39 +07:00
[java, inspection] fix: remove library name calculation from EDT. IJ-CR-125003
GitOrigin-RevId: b325ffc3a25538b57e393503d0fff9d5d257f04d
This commit is contained in:
committed by
intellij-monorepo-bot
parent
a0a46c8208
commit
992e3b7bdc
@@ -86,7 +86,7 @@ class AddLibraryDependencyFix extends OrderEntryFix {
|
||||
@Override
|
||||
public void customize(@NotNull JList<? extends Library> list, Library lib, int index, boolean selected, boolean hasFocus) {
|
||||
if (lib != null) {
|
||||
setText(getLibraryName(lib));
|
||||
setText(lib.getPresentableName());
|
||||
setIcon(AllIcons.Nodes.PpLib);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user