mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2026-02-12 15:07:11 -06:00
ToolBar: disable focusability of buttons in toolbar
This commit is contained in:
@@ -236,6 +236,7 @@ public class FlatInspector
|
||||
}
|
||||
}
|
||||
|
||||
text += "Focusable: " + c.isFocusable() + '\n';
|
||||
text += "Parent: " + c.getParent().getClass().getName();
|
||||
|
||||
return text;
|
||||
|
||||
Reference in New Issue
Block a user