mirror of
https://github.com/processing/processing4.git
synced 2026-01-29 19:31:16 +01:00
remove ugly focus highlight border
This commit is contained in:
@@ -251,6 +251,7 @@ public class VariableInspector extends JDialog {
|
||||
thisFields = new ArrayList<VariableNode>();
|
||||
declaredThisFields = new ArrayList<VariableNode>();
|
||||
|
||||
scrollPane.setBorder(BorderFactory.createEmptyBorder(0, 0, 0, 0));
|
||||
return scrollPane;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user