Add inti-aliasing for focus indicator (internal action)

This commit is contained in:
Vassiliy.Kudryashov
2018-01-16 23:09:35 +03:00
parent e588376333
commit 4c14c08e85
@@ -177,6 +177,7 @@ public class FocusDebuggerAction extends AnAction implements DumbAware {
}
}
drawOnGraphics(g -> {
g.setRenderingHint(RenderingHints.KEY_ANTIALIASING, RenderingHints.VALUE_ANTIALIAS_ON);
g.setColor(myApplicationState.getColor());
g.fillOval(5,5, 10, 10);
g.setColor(JBColor.black);