提交 435ae367 编写于 作者: R rupashka

6988176: There is focus painted inside the button.

Reviewed-by: alexp
上级 1eb12a82
......@@ -120,6 +120,7 @@ public class WindowsPlacesBar extends JToolBar
buttons[i].setForeground(fgColor);
}
buttons[i].setMargin(new Insets(3, 2, 1, 2));
buttons[i].setFocusPainted(false);
buttons[i].setIconTextGap(0);
buttons[i].setHorizontalTextPosition(JToggleButton.CENTER);
buttons[i].setVerticalTextPosition(JToggleButton.BOTTOM);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册