mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IDEA-221112 Incorrect text painting in goto class
GitOrigin-RevId: 150f2e4a8f89d3de0ad7542bbc48a37b6b16efd2
This commit is contained in:
committed by
intellij-monorepo-bot
parent
6fa5ee02f5
commit
b07d73dfe5
+1
@@ -952,6 +952,7 @@ public class SearchEverywhereUI extends BigPopupUI implements DataProvider, Quic
|
||||
if (component instanceof JComponent) {
|
||||
((JComponent)component).setBorder(JBUI.Borders.empty(1, 2));
|
||||
}
|
||||
AppUIUtil.targetToDevice(component, list);
|
||||
component.setPreferredSize(UIUtil.updateListRowHeight(component.getPreferredSize()));
|
||||
if (isAllTabSelected() && myListModel.isGroupFirstItem(index)) {
|
||||
component = myGroupTitleRenderer.withDisplayedData(contributor.getFullGroupName(), component);
|
||||
|
||||
Reference in New Issue
Block a user