mirror of
https://github.com/hneemann/Digital.git
synced 2025-09-14 15:26:52 -04:00
disables focus in tool bar buttons
This commit is contained in:
parent
d181710049
commit
26459e1cca
@ -183,6 +183,7 @@ public abstract class ToolTipAction extends AbstractAction {
|
||||
ToolTipManager.sharedInstance().registerComponent(b);
|
||||
}
|
||||
b.setText(null);
|
||||
b.setFocusable(false);
|
||||
return b;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user