mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
AIOOBE: FindDialog$UsageTableCellRenderer$.customizeCellRenderer (EA-77608)
This commit is contained in:
@@ -1695,7 +1695,7 @@ public class FindDialog extends DialogWrapper {
|
||||
VirtualFile prevFile = findPrevFile(table, row, column);
|
||||
SimpleTextAttributes attributes = Comparing.equal(file, prevFile) ? REPEATED_FILE_ATTRIBUTES : ORDINAL_ATTRIBUTES;
|
||||
append(uniqueVirtualFilePath, attributes);
|
||||
append(" " + text[0].getText(), ORDINAL_ATTRIBUTES);
|
||||
if (text.length > 0) append(" " + text[0].getText(), ORDINAL_ATTRIBUTES);
|
||||
}
|
||||
setBorder(null);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user