ToolBar: disable focusability of buttons in toolbar

This commit is contained in:
Karl Tauber
2019-10-15 19:00:33 +02:00
parent dfc3b7c796
commit fa4e409555
3 changed files with 27 additions and 0 deletions

View File

@@ -236,6 +236,7 @@ public class FlatInspector
}
}
text += "Focusable: " + c.isFocusable() + '\n';
text += "Parent: " + c.getParent().getClass().getName();
return text;