mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Fix background color in Maven Tool window.
This commit is contained in:
@@ -84,7 +84,7 @@ public class MavenUIUtil {
|
||||
|
||||
final Color foreground = selected ? UIUtil.getTreeSelectionForeground() : UIUtil.getTreeTextForeground();
|
||||
|
||||
Color background = selected ? UIUtil.getTreeSelectionBackground() : UIUtil.getTreeTextBackground();
|
||||
Color background = selected ? UIUtil.getTreeSelectionBackground(hasFocus) : UIUtil.getTreeTextBackground();
|
||||
|
||||
panel.add(baseComponent, BorderLayout.CENTER);
|
||||
panel.setBackground(background);
|
||||
|
||||
Reference in New Issue
Block a user