mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
fix new project list background for darkula
This commit is contained in:
+1
@@ -818,6 +818,7 @@ public class FlatWelcomeFrame extends JFrame implements IdeFrame, Disposable, Ac
|
||||
if (myTextLabel != null) {
|
||||
myTextLabel.setText(getActionText(((AnAction)value)));
|
||||
myTextLabel.setIcon(((AnAction)value).getTemplatePresentation().getIcon());
|
||||
myTextLabel.setBackground(isSelected ? UIUtil.getListBackground(true) : getProjectsBackground());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user